Html Css Color HEX #DA208B Deep Cerise

📋 copy color: '#DA208B'

red 218 ◦ green 32 ◦ blue 139

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

Shades of Deep Cerise #DA208B

Tints of Deep Cerise #DA208B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.23%

 BLUE value IS 139 (54.69% from 255) = 35.73%

R = 56.04%
G = 8.23%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA208B (or 0xDA208B) is known color: Deep Cerise. HEX triplet: DA, 20 and 8B. RGB value is (218,32,139). Sum of RGB (Red+Green+Blue) = 218+32+139=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA208B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA208B is #25DF74. Grayscale: #636363. Windows color (decimal): -2482037 or 9117914. OLE color: 9117914.

HSL color Cylindrical-coordinate representation of color #DA208B: hue angle of 325.48º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA208B is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 32 139 -
CMYK 0 0.85 0.36 0.15
HSL 325.48º 0.74% 0.49% -
HSV(B) 325.48º 0.85% 0.85% -
XYZ 34.09 17.8 26.07 -
YUV 99.81 150.12 212.3 -
System Red Green Blue C M Y K H S L
Decimal 218 32 139 0 0.85 0.36 0.15 325.48 0.74 0.49
Hex DA 20 8B 0 55 24 F 145 4A 31
Octal 332 40 213 0 125 44 17 505 112 61
Binary 11011010 100000 10001011 0 1010101 100100 1111 101000101 1001010 110001

Color Harmonies of #DA208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA208B

Black with #DA208B

Text Example


Text Example

White with #DA208B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA208B; }

 p { color: rgb(218,32,139); }

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

background-color css

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

 a { background-color: rgb(218,32,139); }

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

border-color css

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

 span { border-color: rgb(218,32,139); }

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