Html Css Color HEX #DA257E Deep Cerise

📋 copy color: '#DA257E'

red 218 ◦ green 37 ◦ blue 126

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

Shades of Deep Cerise #DA257E

Tints of Deep Cerise #DA257E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.07%

R = 57.22%
G = 9.71%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA257E (or 0xDA257E) is known color: Deep Cerise. HEX triplet: DA, 25 and 7E. RGB value is (218,37,126). Sum of RGB (Red+Green+Blue) = 218+37+126=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA257E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA257E is #25DA81. Grayscale: #656565. Windows color (decimal): -2480770 or 8267226. OLE color: 8267226.

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

Color convert

RGB 218 37 126 -
CMYK 0 0.83 0.42 0.15
HSL 330.5º 0.71% 0.5% -
HSV(B) 330.5º 0.83% 0.85% -
XYZ 33.34 17.73 21.4 -
YUV 101.27 141.97 211.26 -
System Red Green Blue C M Y K H S L
Decimal 218 37 126 0 0.83 0.42 0.15 330.5 0.71 0.5
Hex DA 25 7E 0 53 2A F 14A 47 32
Octal 332 45 176 0 123 52 17 512 107 62
Binary 11011010 100101 1111110 0 1010011 101010 1111 101001010 1000111 110010

Color Harmonies of #DA257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA257E

Black with #DA257E

Text Example


Text Example

White with #DA257E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA257E; }

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

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

background-color css

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

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

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

border-color css

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

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

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