Html Css Color HEX #DA256F Cerise

📋 copy color: '#DA256F'

red 218 ◦ green 37 ◦ blue 111

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

Shades of Cerise #DA256F

Tints of Cerise #DA256F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.33%

R = 59.56%
G = 10.11%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA256F (or 0xDA256F) is known color: Cerise. HEX triplet: DA, 25 and 6F. RGB value is (218,37,111). Sum of RGB (Red+Green+Blue) = 218+37+111=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA256F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA256F is #25DA90. Grayscale: #636363. Windows color (decimal): -2480785 or 7284186. OLE color: 7284186.

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

Color convert

RGB 218 37 111 -
CMYK 0 0.83 0.49 0.15
HSL 335.47º 0.71% 0.5% -
HSV(B) 335.47º 0.83% 0.85% -
XYZ 32.44 17.38 16.68 -
YUV 99.56 134.47 212.48 -
System Red Green Blue C M Y K H S L
Decimal 218 37 111 0 0.83 0.49 0.15 335.47 0.71 0.5
Hex DA 25 6F 0 53 31 F 14F 47 32
Octal 332 45 157 0 123 61 17 517 107 62
Binary 11011010 100101 1101111 0 1010011 110001 1111 101001111 1000111 110010

Color Harmonies of #DA256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA256F

Black with #DA256F

Text Example


Text Example

White with #DA256F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA256F; }

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

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

background-color css

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

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

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

border-color css

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

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

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