Html Css Color HEX #DA258E Deep Cerise

📋 copy color: '#DA258E'

red 218 ◦ green 37 ◦ blue 142

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

Shades of Deep Cerise #DA258E

Tints of Deep Cerise #DA258E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.77%

R = 54.91%
G = 9.32%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA258E (or 0xDA258E) is known color: Deep Cerise. HEX triplet: DA, 25 and 8E. RGB value is (218,37,142). Sum of RGB (Red+Green+Blue) = 218+37+142=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA258E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA258E is #25DA71. Grayscale: #666666. Windows color (decimal): -2480754 or 9315802. OLE color: 9315802.

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

Color convert

RGB 218 37 142 -
CMYK 0 0.83 0.35 0.15
HSL 325.19º 0.71% 0.5% -
HSV(B) 325.19º 0.83% 0.85% -
XYZ 34.46 18.18 27.28 -
YUV 103.09 149.97 209.96 -
System Red Green Blue C M Y K H S L
Decimal 218 37 142 0 0.83 0.35 0.15 325.19 0.71 0.5
Hex DA 25 8E 0 53 23 F 145 47 32
Octal 332 45 216 0 123 43 17 505 107 62
Binary 11011010 100101 10001110 0 1010011 100011 1111 101000101 1000111 110010

Color Harmonies of #DA258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA258E

Black with #DA258E

Text Example


Text Example

White with #DA258E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA258E; }

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

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

background-color css

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

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

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

border-color css

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

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

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