Html Css Color HEX #D67AB1 Persian Pink

📋 copy color: '#D67AB1'

red 214 ◦ green 122 ◦ blue 177

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

Shades of Persian Pink #D67AB1

Tints of Persian Pink #D67AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.5%

R = 41.72%
G = 23.78%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D67AB1 (or 0xD67AB1) is known color: Persian Pink. HEX triplet: D6, 7A and B1. RGB value is (214,122,177). Sum of RGB (Red+Green+Blue) = 214+122+177=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D67AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67AB1 is #29854E. Grayscale: #9B9B9B. Windows color (decimal): -2721103 or 11631318. OLE color: 11631318.

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

Color convert

RGB 214 122 177 -
CMYK 0 0.43 0.17 0.16
HSL 324.13º 0.53% 0.66% -
HSV(B) 324.13º 0.43% 0.84% -
XYZ 42.63 31.39 45.41 -
YUV 155.78 139.98 169.53 -
System Red Green Blue C M Y K H S L
Decimal 214 122 177 0 0.43 0.17 0.16 324.13 0.53 0.66
Hex D6 7A B1 0 2B 11 10 144 35 42
Octal 326 172 261 0 53 21 20 504 65 102
Binary 11010110 1111010 10110001 0 101011 10001 10000 101000100 110101 1000010

Color Harmonies of #D67AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67AB1

Black with #D67AB1

Text Example


Text Example

White with #D67AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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