Html Css Color HEX #D67ABA Persian Pink

📋 copy color: '#D67ABA'

red 214 ◦ green 122 ◦ blue 186

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

Shades of Persian Pink #D67ABA

Tints of Persian Pink #D67ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.63%

R = 41%
G = 23.37%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D67ABA (or 0xD67ABA) is known color: Persian Pink. HEX triplet: D6, 7A and BA. RGB value is (214,122,186). Sum of RGB (Red+Green+Blue) = 214+122+186=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D67ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67ABA is #298545. Grayscale: #9C9C9C. Windows color (decimal): -2721094 or 12221142. OLE color: 12221142.

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

Color convert

RGB 214 122 186 -
CMYK 0 0.43 0.13 0.16
HSL 318.26º 0.53% 0.66% -
HSV(B) 318.26º 0.43% 0.84% -
XYZ 43.55 31.76 50.29 -
YUV 156.8 144.48 168.8 -
System Red Green Blue C M Y K H S L
Decimal 214 122 186 0 0.43 0.13 0.16 318.26 0.53 0.66
Hex D6 7A BA 0 2B D 10 13E 35 42
Octal 326 172 272 0 53 15 20 476 65 102
Binary 11010110 1111010 10111010 0 101011 1101 10000 100111110 110101 1000010

Color Harmonies of #D67ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67ABA

Black with #D67ABA

Text Example


Text Example

White with #D67ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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