Html Css Color HEX #D67AB5 Persian Pink

📋 copy color: '#D67AB5'

red 214 ◦ green 122 ◦ blue 181

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

Shades of Persian Pink #D67AB5

Tints of Persian Pink #D67AB5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.6%

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

R = 41.39%
G = 23.6%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D67AB5 (or 0xD67AB5) is known color: Persian Pink. HEX triplet: D6, 7A and B5. RGB value is (214,122,181). Sum of RGB (Red+Green+Blue) = 214+122+181=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D67AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67AB5 is #29854A. Grayscale: #9C9C9C. Windows color (decimal): -2721099 or 11893462. OLE color: 11893462.

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

Color convert

RGB 214 122 181 -
CMYK 0 0.43 0.15 0.16
HSL 321.52º 0.53% 0.66% -
HSV(B) 321.52º 0.43% 0.84% -
XYZ 43.03 31.55 47.54 -
YUV 156.23 141.98 169.2 -
System Red Green Blue C M Y K H S L
Decimal 214 122 181 0 0.43 0.15 0.16 321.52 0.53 0.66
Hex D6 7A B5 0 2B F 10 142 35 42
Octal 326 172 265 0 53 17 20 502 65 102
Binary 11010110 1111010 10110101 0 101011 1111 10000 101000010 110101 1000010

Color Harmonies of #D67AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67AB5

Black with #D67AB5

Text Example


Text Example

White with #D67AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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