Html Css Color HEX #D67FB5 Persian Pink

📋 copy color: '#D67FB5'

red 214 ◦ green 127 ◦ blue 181

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

Shades of Persian Pink #D67FB5

Tints of Persian Pink #D67FB5

RGB

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

 GREEN value IS 127 (50% from 255) = 24.33%

 BLUE value IS 181 (71.09% from 255) = 34.67%

R = 41%
G = 24.33%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D67FB5 (or 0xD67FB5) is known color: Persian Pink. HEX triplet: D6, 7F and B5. RGB value is (214,127,181). Sum of RGB (Red+Green+Blue) = 214+127+181=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D67FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FB5 is #29804A. Grayscale: #9F9F9F. Windows color (decimal): -2719819 or 11894742. OLE color: 11894742.

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

Color convert

RGB 214 127 181 -
CMYK 0 0.41 0.15 0.16
HSL 322.76º 0.51% 0.67% -
HSV(B) 322.76º 0.41% 0.84% -
XYZ 43.66 32.81 47.75 -
YUV 159.17 140.32 167.11 -
System Red Green Blue C M Y K H S L
Decimal 214 127 181 0 0.41 0.15 0.16 322.76 0.51 0.67
Hex D6 7F B5 0 29 F 10 143 33 43
Octal 326 177 265 0 51 17 20 503 63 103
Binary 11010110 1111111 10110101 0 101001 1111 10000 101000011 110011 1000011

Color Harmonies of #D67FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67FB5

Black with #D67FB5

Text Example


Text Example

White with #D67FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67FB5; }

 p { color: rgb(214,127,181); }

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

background-color css

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

 a { background-color: rgb(214,127,181); }

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

border-color css

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

 span { border-color: rgb(214,127,181); }

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