Html Css Color HEX #DA2BAD Persian Rose

📋 copy color: '#DA2BAD'

red 218 ◦ green 43 ◦ blue 173

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

Shades of Persian Rose #DA2BAD

Tints of Persian Rose #DA2BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.86%

R = 50.23%
G = 9.91%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DA2BAD (or 0xDA2BAD) is known color: Persian Rose. HEX triplet: DA, 2B and AD. RGB value is (218,43,173). Sum of RGB (Red+Green+Blue) = 218+43+173=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2BAD is #25D452. Grayscale: #6D6D6D. Windows color (decimal): -2479187 or 11348954. OLE color: 11348954.

HSL color Cylindrical-coordinate representation of color #DA2BAD: hue angle of 315.43º 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 #DA2BAD is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 43 173 -
CMYK 0 0.80 0.21 0.15
HSL 315.43º 0.7% 0.51% -
HSV(B) 315.43º 0.8% 0.85% -
XYZ 37.32 19.65 41.36 -
YUV 110.15 163.48 204.93 -
System Red Green Blue C M Y K H S L
Decimal 218 43 173 0 0.80 0.21 0.15 315.43 0.7 0.51
Hex DA 2B AD 0 50 15 F 13B 46 33
Octal 332 53 255 0 120 25 17 473 106 63
Binary 11011010 101011 10101101 0 1010000 10101 1111 100111011 1000110 110011

Color Harmonies of #DA2BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2BAD

Black with #DA2BAD

Text Example


Text Example

White with #DA2BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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