Html Css Color HEX #DA7DB9 Persian Pink

📋 copy color: '#DA7DB9'

red 218 ◦ green 125 ◦ blue 185

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

Shades of Persian Pink #DA7DB9

Tints of Persian Pink #DA7DB9

RGB

 RED value IS 218 (85.55% from 255) = 41.29%

 GREEN value IS 125 (49.22% from 255) = 23.67%

 BLUE value IS 185 (72.66% from 255) = 35.04%

R = 41.29%
G = 23.67%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA7DB9 (or 0xDA7DB9) is known color: Persian Pink. HEX triplet: DA, 7D and B9. RGB value is (218,125,185). Sum of RGB (Red+Green+Blue) = 218+125+185=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7DB9 is #258246. Grayscale: #9F9F9F. Windows color (decimal): -2458183 or 12156378. OLE color: 12156378.

HSL color Cylindrical-coordinate representation of color #DA7DB9: hue angle of 321.29º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7DB9 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 125 185 -
CMYK 0 0.43 0.15 0.15
HSL 321.29º 0.56% 0.67% -
HSV(B) 321.29º 0.43% 0.85% -
XYZ 45 33.08 49.91 -
YUV 159.65 142.31 169.62 -
System Red Green Blue C M Y K H S L
Decimal 218 125 185 0 0.43 0.15 0.15 321.29 0.56 0.67
Hex DA 7D B9 0 2B F F 141 38 43
Octal 332 175 271 0 53 17 17 501 70 103
Binary 11011010 1111101 10111001 0 101011 1111 1111 101000001 111000 1000011

Color Harmonies of #DA7DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7DB9

Black with #DA7DB9

Text Example


Text Example

White with #DA7DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7DB9; }

 p { color: rgb(218,125,185); }

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

background-color css

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

 a { background-color: rgb(218,125,185); }

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

border-color css

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

 span { border-color: rgb(218,125,185); }

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