Html Css Color HEX #D67AB4 Persian Pink

📋 copy color: '#D67AB4'

red 214 ◦ green 122 ◦ blue 180

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

Shades of Persian Pink #D67AB4

Tints of Persian Pink #D67AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.88%

R = 41.47%
G = 23.64%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D67AB4 (or 0xD67AB4) is known color: Persian Pink. HEX triplet: D6, 7A and B4. RGB value is (214,122,180). Sum of RGB (Red+Green+Blue) = 214+122+180=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D67AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67AB4 is #29854B. Grayscale: #9B9B9B. Windows color (decimal): -2721100 or 11827926. OLE color: 11827926.

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

Color convert

RGB 214 122 180 -
CMYK 0 0.43 0.16 0.16
HSL 322.17º 0.53% 0.66% -
HSV(B) 322.17º 0.43% 0.84% -
XYZ 42.93 31.51 47 -
YUV 156.12 141.48 169.28 -
System Red Green Blue C M Y K H S L
Decimal 214 122 180 0 0.43 0.16 0.16 322.17 0.53 0.66
Hex D6 7A B4 0 2B 10 10 142 35 42
Octal 326 172 264 0 53 20 20 502 65 102
Binary 11010110 1111010 10110100 0 101011 10000 10000 101000010 110101 1000010

Color Harmonies of #D67AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67AB4

Black with #D67AB4

Text Example


Text Example

White with #D67AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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