Html Css Color HEX #DA259B Deep Cerise

📋 copy color: '#DA259B'

red 218 ◦ green 37 ◦ blue 155

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

Shades of Deep Cerise #DA259B

Tints of Deep Cerise #DA259B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.02%

 BLUE value IS 155 (60.94% from 255) = 37.8%

R = 53.17%
G = 9.02%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA259B (or 0xDA259B) is known color: Deep Cerise. HEX triplet: DA, 25 and 9B. RGB value is (218,37,155). Sum of RGB (Red+Green+Blue) = 218+37+155=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA259B is #25DA64. Grayscale: #686868. Windows color (decimal): -2480741 or 10167770. OLE color: 10167770.

HSL color Cylindrical-coordinate representation of color #DA259B: hue angle of 320.88º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA259B is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 37 155 -
CMYK 0 0.83 0.29 0.15
HSL 320.88º 0.71% 0.5% -
HSV(B) 320.88º 0.83% 0.85% -
XYZ 35.49 18.6 32.73 -
YUV 104.57 156.47 208.91 -
System Red Green Blue C M Y K H S L
Decimal 218 37 155 0 0.83 0.29 0.15 320.88 0.71 0.5
Hex DA 25 9B 0 53 1D F 141 47 32
Octal 332 45 233 0 123 35 17 501 107 62
Binary 11011010 100101 10011011 0 1010011 11101 1111 101000001 1000111 110010

Color Harmonies of #DA259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA259B

Black with #DA259B

Text Example


Text Example

White with #DA259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA259B; }

 p { color: rgb(218,37,155); }

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

background-color css

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

 a { background-color: rgb(218,37,155); }

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

border-color css

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

 span { border-color: rgb(218,37,155); }

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