Html Css Color HEX #DA256E Cerise

📋 copy color: '#DA256E'

red 218 ◦ green 37 ◦ blue 110

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

Shades of Cerise #DA256E

Tints of Cerise #DA256E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.14%

R = 59.73%
G = 10.14%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA256E (or 0xDA256E) is known color: Cerise. HEX triplet: DA, 25 and 6E. RGB value is (218,37,110). Sum of RGB (Red+Green+Blue) = 218+37+110=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA256E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA256E is #25DA91. Grayscale: #636363. Windows color (decimal): -2480786 or 7218650. OLE color: 7218650.

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

Color convert

RGB 218 37 110 -
CMYK 0 0.83 0.50 0.15
HSL 335.8º 0.71% 0.5% -
HSV(B) 335.8º 0.83% 0.85% -
XYZ 32.39 17.35 16.39 -
YUV 99.44 133.97 212.56 -
System Red Green Blue C M Y K H S L
Decimal 218 37 110 0 0.83 0.50 0.15 335.8 0.71 0.5
Hex DA 25 6E 0 53 32 F 150 47 32
Octal 332 45 156 0 123 62 17 520 107 62
Binary 11011010 100101 1101110 0 1010011 110010 1111 101010000 1000111 110010

Color Harmonies of #DA256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA256E

Black with #DA256E

Text Example


Text Example

White with #DA256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA256E; }

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

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

background-color css

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

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

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

border-color css

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

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

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