Html Css Color HEX #DA3AB0 Persian Rose

📋 copy color: '#DA3AB0'

red 218 ◦ green 58 ◦ blue 176

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

Shades of Persian Rose #DA3AB0

Tints of Persian Rose #DA3AB0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.83%

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

R = 48.23%
G = 12.83%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA3AB0 (or 0xDA3AB0) is known color: Persian Rose. HEX triplet: DA, 3A and B0. RGB value is (218,58,176). Sum of RGB (Red+Green+Blue) = 218+58+176=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3AB0 is #25C54F. Grayscale: #767676. Windows color (decimal): -2475344 or 11549402. OLE color: 11549402.

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

Color convert

RGB 218 58 176 -
CMYK 0 0.73 0.19 0.15
HSL 315.75º 0.68% 0.54% -
HSV(B) 315.75º 0.73% 0.85% -
XYZ 38.26 21.07 43.12 -
YUV 119.29 160.01 198.41 -
System Red Green Blue C M Y K H S L
Decimal 218 58 176 0 0.73 0.19 0.15 315.75 0.68 0.54
Hex DA 3A B0 0 49 13 F 13C 44 36
Octal 332 72 260 0 111 23 17 474 104 66
Binary 11011010 111010 10110000 0 1001001 10011 1111 100111100 1000100 110110

Color Harmonies of #DA3AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3AB0

Black with #DA3AB0

Text Example


Text Example

White with #DA3AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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