Html Css Color HEX #DA2DAB Persian Rose

📋 copy color: '#DA2DAB'

red 218 ◦ green 45 ◦ blue 171

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

Shades of Persian Rose #DA2DAB

Tints of Persian Rose #DA2DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.37%

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

R = 50.23%
G = 10.37%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA2DAB (or 0xDA2DAB) is known color: Persian Rose. HEX triplet: DA, 2D and AB. RGB value is (218,45,171). Sum of RGB (Red+Green+Blue) = 218+45+171=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2DAB is #25D254. Grayscale: #6E6E6E. Windows color (decimal): -2478677 or 11218394. OLE color: 11218394.

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

Color convert

RGB 218 45 171 -
CMYK 0 0.79 0.22 0.15
HSL 316.3º 0.7% 0.52% -
HSV(B) 316.3º 0.79% 0.85% -
XYZ 37.2 19.72 40.37 -
YUV 111.09 161.81 204.25 -
System Red Green Blue C M Y K H S L
Decimal 218 45 171 0 0.79 0.22 0.15 316.3 0.7 0.52
Hex DA 2D AB 0 4F 16 F 13C 46 34
Octal 332 55 253 0 117 26 17 474 106 64
Binary 11011010 101101 10101011 0 1001111 10110 1111 100111100 1000110 110100

Color Harmonies of #DA2DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2DAB

Black with #DA2DAB

Text Example


Text Example

White with #DA2DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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