Html Css Color HEX #DA2DAD Persian Rose

📋 copy color: '#DA2DAD'

red 218 ◦ green 45 ◦ blue 173

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

Shades of Persian Rose #DA2DAD

Tints of Persian Rose #DA2DAD

RGB

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

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

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

R = 50%
G = 10.32%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DA2DAD (or 0xDA2DAD) is known color: Persian Rose. HEX triplet: DA, 2D and AD. RGB value is (218,45,173). Sum of RGB (Red+Green+Blue) = 218+45+173=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2DAD is #25D252. Grayscale: #6E6E6E. Windows color (decimal): -2478675 or 11349466. OLE color: 11349466.

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

Color convert

RGB 218 45 173 -
CMYK 0 0.79 0.21 0.15
HSL 315.61º 0.7% 0.52% -
HSV(B) 315.61º 0.79% 0.85% -
XYZ 37.39 19.8 41.39 -
YUV 111.32 162.81 204.09 -
System Red Green Blue C M Y K H S L
Decimal 218 45 173 0 0.79 0.21 0.15 315.61 0.7 0.52
Hex DA 2D AD 0 4F 15 F 13C 46 34
Octal 332 55 255 0 117 25 17 474 106 64
Binary 11011010 101101 10101101 0 1001111 10101 1111 100111100 1000110 110100

Color Harmonies of #DA2DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2DAD

Black with #DA2DAD

Text Example


Text Example

White with #DA2DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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