Html Css Color HEX #D67AB7 Persian Pink

📋 copy color: '#D67AB7'

red 214 ◦ green 122 ◦ blue 183

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

Shades of Persian Pink #D67AB7

Tints of Persian Pink #D67AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.26%

R = 41.23%
G = 23.51%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D67AB7 (or 0xD67AB7) is known color: Persian Pink. HEX triplet: D6, 7A and B7. RGB value is (214,122,183). Sum of RGB (Red+Green+Blue) = 214+122+183=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D67AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67AB7 is #298548. Grayscale: #9C9C9C. Windows color (decimal): -2721097 or 12024534. OLE color: 12024534.

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

Color convert

RGB 214 122 183 -
CMYK 0 0.43 0.14 0.16
HSL 320.22º 0.53% 0.66% -
HSV(B) 320.22º 0.43% 0.84% -
XYZ 43.24 31.63 48.63 -
YUV 156.46 142.98 169.04 -
System Red Green Blue C M Y K H S L
Decimal 214 122 183 0 0.43 0.14 0.16 320.22 0.53 0.66
Hex D6 7A B7 0 2B E 10 140 35 42
Octal 326 172 267 0 53 16 20 500 65 102
Binary 11010110 1111010 10110111 0 101011 1110 10000 101000000 110101 1000010

Color Harmonies of #D67AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67AB7

Black with #D67AB7

Text Example


Text Example

White with #D67AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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