Html Css Color HEX #DA269B Deep Cerise

📋 copy color: '#DA269B'

red 218 ◦ green 38 ◦ blue 155

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

Shades of Deep Cerise #DA269B

Tints of Deep Cerise #DA269B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.25%

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

R = 53.04%
G = 9.25%
B = 37.71%

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

#DA269B (or 0xDA269B) is known color: Deep Cerise. HEX triplet: DA, 26 and 9B. RGB value is (218,38,155). Sum of RGB (Red+Green+Blue) = 218+38+155=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA269B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA269B is #25D964. Grayscale: #686868. Windows color (decimal): -2480485 or 10168026. OLE color: 10168026.

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

Color convert

RGB 218 38 155 -
CMYK 0 0.83 0.29 0.15
HSL 321º 0.71% 0.5% -
HSV(B) 321º 0.83% 0.85% -
XYZ 35.52 18.66 32.74 -
YUV 105.16 156.13 208.49 -
System Red Green Blue C M Y K H S L
Decimal 218 38 155 0 0.83 0.29 0.15 321 0.71 0.5
Hex DA 26 9B 0 53 1D F 141 47 32
Octal 332 46 233 0 123 35 17 501 107 62
Binary 11011010 100110 10011011 0 1010011 11101 1111 101000001 1000111 110010

Color Harmonies of #DA269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA269B

Black with #DA269B

Text Example


Text Example

White with #DA269B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA269B; }

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

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

background-color css

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

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

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

border-color css

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

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

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