Html Css Color HEX #DA2FB0 Persian Rose

📋 copy color: '#DA2FB0'

red 218 ◦ green 47 ◦ blue 176

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

Shades of Persian Rose #DA2FB0

Tints of Persian Rose #DA2FB0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.66%

 BLUE value IS 176 (69.14% from 255) = 39.91%

R = 49.43%
G = 10.66%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA2FB0 (or 0xDA2FB0) is known color: Persian Rose. HEX triplet: DA, 2F and B0. RGB value is (218,47,176). Sum of RGB (Red+Green+Blue) = 218+47+176=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 47 (18.75% from 255 or 10.66% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2FB0 is #25D04F. Grayscale: #707070. Windows color (decimal): -2478160 or 11546586. OLE color: 11546586.

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

Color convert

RGB 218 47 176 -
CMYK 0 0.78 0.19 0.15
HSL 314.74º 0.7% 0.52% -
HSV(B) 314.74º 0.78% 0.85% -
XYZ 37.77 20.07 42.96 -
YUV 112.84 163.65 203.01 -
System Red Green Blue C M Y K H S L
Decimal 218 47 176 0 0.78 0.19 0.15 314.74 0.7 0.52
Hex DA 2F B0 0 4E 13 F 13B 46 34
Octal 332 57 260 0 116 23 17 473 106 64
Binary 11011010 101111 10110000 0 1001110 10011 1111 100111011 1000110 110100

Color Harmonies of #DA2FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2FB0

Black with #DA2FB0

Text Example


Text Example

White with #DA2FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2FB0; }

 p { color: rgb(218,47,176); }

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

background-color css

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

 a { background-color: rgb(218,47,176); }

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

border-color css

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

 span { border-color: rgb(218,47,176); }

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