Html Css Color HEX #D670B3 Persian Pink

📋 copy color: '#D670B3'

red 214 ◦ green 112 ◦ blue 179

#D670B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #D670B3

Tints of Persian Pink #D670B3

RGB

 RED value IS 214 (83.98% from 255) = 42.38%

 GREEN value IS 112 (44.14% from 255) = 22.18%

 BLUE value IS 179 (70.31% from 255) = 35.45%

R = 42.38%
G = 22.18%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D670B3 (or 0xD670B3) is known color: Persian Pink. HEX triplet: D6, 70 and B3. RGB value is (214,112,179). Sum of RGB (Red+Green+Blue) = 214+112+179=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D670B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D670B3 is #298F4C. Grayscale: #959595. Windows color (decimal): -2723661 or 11759830. OLE color: 11759830.

HSL color Cylindrical-coordinate representation of color #D670B3: hue angle of 320.59º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D670B3 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 112 179 -
CMYK 0 0.48 0.16 0.16
HSL 320.59º 0.55% 0.64% -
HSV(B) 320.59º 0.48% 0.84% -
XYZ 41.66 29.14 46.08 -
YUV 150.14 144.29 173.55 -
System Red Green Blue C M Y K H S L
Decimal 214 112 179 0 0.48 0.16 0.16 320.59 0.55 0.64
Hex D6 70 B3 0 30 10 10 141 37 40
Octal 326 160 263 0 60 20 20 501 67 100
Binary 11010110 1110000 10110011 0 110000 10000 10000 101000001 110111 1000000

Color Harmonies of #D670B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D670B3

Black with #D670B3

Text Example


Text Example

White with #D670B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D670B3; }

 p { color: rgb(214,112,179); }

 H1.HeaderClassName
 {
   color: #D670B3;
 }
 .AnyTagClassName
 {
   color: #D670B3;
 }
</style>

background-color css

<style>
 a { background-color: #D670B3; }

 a { background-color: rgb(214,112,179); }

 div.DivClassName
 {
   background-color: #D670B3;
 }
 .BgClassName
 {
   background-color: #D670B3;
 }
</style>

border-color css

<style>
 span { border-color: #D670B3; }

 span { border-color: rgb(214,112,179); }

 td.TdClassName
 {
   border-color: #D670B3;
 }
 .TagClassName
 {
   border-color: #D670B3;
 }
</style>