Html Css Color HEX #D67CBB Persian Pink

📋 copy color: '#D67CBB'

red 214 ◦ green 124 ◦ blue 187

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

Shades of Persian Pink #D67CBB

Tints of Persian Pink #D67CBB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.62%

 BLUE value IS 187 (73.44% from 255) = 35.62%

R = 40.76%
G = 23.62%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D67CBB (or 0xD67CBB) is known color: Persian Pink. HEX triplet: D6, 7C and BB. RGB value is (214,124,187). Sum of RGB (Red+Green+Blue) = 214+124+187=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D67CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67CBB is #298344. Grayscale: #9D9D9D. Windows color (decimal): -2720581 or 12287190. OLE color: 12287190.

HSL color Cylindrical-coordinate representation of color #D67CBB: hue angle of 318º 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 #D67CBB is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 124 187 -
CMYK 0 0.42 0.13 0.16
HSL 318º 0.52% 0.66% -
HSV(B) 318º 0.42% 0.84% -
XYZ 43.91 32.3 50.93 -
YUV 158.09 144.32 167.88 -
System Red Green Blue C M Y K H S L
Decimal 214 124 187 0 0.42 0.13 0.16 318 0.52 0.66
Hex D6 7C BB 0 2A D 10 13E 34 42
Octal 326 174 273 0 52 15 20 476 64 102
Binary 11010110 1111100 10111011 0 101010 1101 10000 100111110 110100 1000010

Color Harmonies of #D67CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67CBB

Black with #D67CBB

Text Example


Text Example

White with #D67CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67CBB; }

 p { color: rgb(214,124,187); }

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

background-color css

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

 a { background-color: rgb(214,124,187); }

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

border-color css

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

 span { border-color: rgb(214,124,187); }

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