Html Css Color HEX #DA2BAB Persian Rose

📋 copy color: '#DA2BAB'

red 218 ◦ green 43 ◦ blue 171

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

Shades of Persian Rose #DA2BAB

Tints of Persian Rose #DA2BAB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.95%

 BLUE value IS 171 (67.19% from 255) = 39.58%

R = 50.46%
G = 9.95%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA2BAB (or 0xDA2BAB) is known color: Persian Rose. HEX triplet: DA, 2B and AB. RGB value is (218,43,171). Sum of RGB (Red+Green+Blue) = 218+43+171=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 43 (17.19% from 255 or 9.95% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2BAB is #25D454. Grayscale: #6D6D6D. Windows color (decimal): -2479189 or 11217882. OLE color: 11217882.

HSL color Cylindrical-coordinate representation of color #DA2BAB: hue angle of 316.11º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2BAB is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 43 171 -
CMYK 0 0.80 0.22 0.15
HSL 316.11º 0.7% 0.51% -
HSV(B) 316.11º 0.8% 0.85% -
XYZ 37.13 19.57 40.35 -
YUV 109.92 162.48 205.09 -
System Red Green Blue C M Y K H S L
Decimal 218 43 171 0 0.80 0.22 0.15 316.11 0.7 0.51
Hex DA 2B AB 0 50 16 F 13C 46 33
Octal 332 53 253 0 120 26 17 474 106 63
Binary 11011010 101011 10101011 0 1010000 10110 1111 100111100 1000110 110011

Color Harmonies of #DA2BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2BAB

Black with #DA2BAB

Text Example


Text Example

White with #DA2BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2BAB; }

 p { color: rgb(218,43,171); }

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

background-color css

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

 a { background-color: rgb(218,43,171); }

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

border-color css

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

 span { border-color: rgb(218,43,171); }

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