Html Css Color HEX #DA31B2 Persian Rose

📋 copy color: '#DA31B2'

red 218 ◦ green 49 ◦ blue 178

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

Shades of Persian Rose #DA31B2

Tints of Persian Rose #DA31B2

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.01%

 BLUE value IS 178 (69.92% from 255) = 40%

R = 48.99%
G = 11.01%
B = 40%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA31B2 (or 0xDA31B2) is known color: Persian Rose. HEX triplet: DA, 31 and B2. RGB value is (218,49,178). Sum of RGB (Red+Green+Blue) = 218+49+178=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA31B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA31B2 is #25CE4D. Grayscale: #717171. Windows color (decimal): -2477646 or 11678170. OLE color: 11678170.

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

Color convert

RGB 218 49 178 -
CMYK 0 0.78 0.18 0.15
HSL 314.2º 0.7% 0.52% -
HSV(B) 314.2º 0.78% 0.85% -
XYZ 38.05 20.32 44.04 -
YUV 114.24 163.99 202.01 -
System Red Green Blue C M Y K H S L
Decimal 218 49 178 0 0.78 0.18 0.15 314.2 0.7 0.52
Hex DA 31 B2 0 4E 12 F 13A 46 34
Octal 332 61 262 0 116 22 17 472 106 64
Binary 11011010 110001 10110010 0 1001110 10010 1111 100111010 1000110 110100

Color Harmonies of #DA31B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA31B2

Black with #DA31B2

Text Example


Text Example

White with #DA31B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA31B2; }

 p { color: rgb(218,49,178); }

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

background-color css

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

 a { background-color: rgb(218,49,178); }

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

border-color css

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

 span { border-color: rgb(218,49,178); }

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