Html Css Color HEX #DA30B0 Persian Rose

📋 copy color: '#DA30B0'

red 218 ◦ green 48 ◦ blue 176

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

Shades of Persian Rose #DA30B0

Tints of Persian Rose #DA30B0

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.86%

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

R = 49.32%
G = 10.86%
B = 39.82%

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

#DA30B0 (or 0xDA30B0) is known color: Persian Rose. HEX triplet: DA, 30 and B0. RGB value is (218,48,176). Sum of RGB (Red+Green+Blue) = 218+48+176=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA30B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA30B0 is #25CF4F. Grayscale: #717171. Windows color (decimal): -2477904 or 11546842. OLE color: 11546842.

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

Color convert

RGB 218 48 176 -
CMYK 0 0.78 0.19 0.15
HSL 314.82º 0.7% 0.52% -
HSV(B) 314.82º 0.78% 0.85% -
XYZ 37.81 20.15 42.97 -
YUV 113.42 163.32 202.59 -
System Red Green Blue C M Y K H S L
Decimal 218 48 176 0 0.78 0.19 0.15 314.82 0.7 0.52
Hex DA 30 B0 0 4E 13 F 13B 46 34
Octal 332 60 260 0 116 23 17 473 106 64
Binary 11011010 110000 10110000 0 1001110 10011 1111 100111011 1000110 110100

Color Harmonies of #DA30B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA30B0

Black with #DA30B0

Text Example


Text Example

White with #DA30B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA30B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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