Html Css Color HEX #DA3BA5 Deep Cerise

📋 copy color: '#DA3BA5'

red 218 ◦ green 59 ◦ blue 165

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

Shades of Deep Cerise #DA3BA5

Tints of Deep Cerise #DA3BA5

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.35%

 BLUE value IS 165 (64.84% from 255) = 37.33%

R = 49.32%
G = 13.35%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA3BA5 (or 0xDA3BA5) is known color: Deep Cerise. HEX triplet: DA, 3B and A5. RGB value is (218,59,165). Sum of RGB (Red+Green+Blue) = 218+59+165=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 59 (23.44% from 255 or 13.35% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3BA5 is #25C45A. Grayscale: #767676. Windows color (decimal): -2475099 or 10828762. OLE color: 10828762.

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

Color convert

RGB 218 59 165 -
CMYK 0 0.73 0.24 0.15
HSL 320º 0.68% 0.54% -
HSV(B) 320º 0.73% 0.85% -
XYZ 37.27 20.75 37.64 -
YUV 118.63 154.18 198.88 -
System Red Green Blue C M Y K H S L
Decimal 218 59 165 0 0.73 0.24 0.15 320 0.68 0.54
Hex DA 3B A5 0 49 18 F 140 44 36
Octal 332 73 245 0 111 30 17 500 104 66
Binary 11011010 111011 10100101 0 1001001 11000 1111 101000000 1000100 110110

Color Harmonies of #DA3BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3BA5

Black with #DA3BA5

Text Example


Text Example

White with #DA3BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3BA5; }

 p { color: rgb(218,59,165); }

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

background-color css

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

 a { background-color: rgb(218,59,165); }

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

border-color css

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

 span { border-color: rgb(218,59,165); }

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