Html Css Color HEX #D67DB6 Persian Pink

📋 copy color: '#D67DB6'

red 214 ◦ green 125 ◦ blue 182

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

Shades of Persian Pink #D67DB6

Tints of Persian Pink #D67DB6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.99%

 BLUE value IS 182 (71.48% from 255) = 34.93%

R = 41.07%
G = 23.99%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D67DB6 (or 0xD67DB6) is known color: Persian Pink. HEX triplet: D6, 7D and B6. RGB value is (214,125,182). Sum of RGB (Red+Green+Blue) = 214+125+182=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67DB6 is #298249. Grayscale: #9D9D9D. Windows color (decimal): -2720330 or 11959766. OLE color: 11959766.

HSL color Cylindrical-coordinate representation of color #D67DB6: hue angle of 321.57º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67DB6 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 125 182 -
CMYK 0 0.42 0.15 0.16
HSL 321.57º 0.52% 0.66% -
HSV(B) 321.57º 0.42% 0.84% -
XYZ 43.51 32.34 48.21 -
YUV 158.11 141.49 167.87 -
System Red Green Blue C M Y K H S L
Decimal 214 125 182 0 0.42 0.15 0.16 321.57 0.52 0.66
Hex D6 7D B6 0 2A F 10 142 34 42
Octal 326 175 266 0 52 17 20 502 64 102
Binary 11010110 1111101 10110110 0 101010 1111 10000 101000010 110100 1000010

Color Harmonies of #D67DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67DB6

Black with #D67DB6

Text Example


Text Example

White with #D67DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67DB6; }

 p { color: rgb(214,125,182); }

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

background-color css

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

 a { background-color: rgb(214,125,182); }

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

border-color css

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

 span { border-color: rgb(214,125,182); }

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