Html Css Color HEX #DA286A Cerise

📋 copy color: '#DA286A'

red 218 ◦ green 40 ◦ blue 106

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

Shades of Cerise #DA286A

Tints of Cerise #DA286A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.99%

 BLUE value IS 106 (41.8% from 255) = 29.12%

R = 59.89%
G = 10.99%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA286A (or 0xDA286A) is known color: Cerise. HEX triplet: DA, 28 and 6A. RGB value is (218,40,106). Sum of RGB (Red+Green+Blue) = 218+40+106=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA286A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA286A is #25D795. Grayscale: #646464. Windows color (decimal): -2480022 or 6957274. OLE color: 6957274.

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

Color convert

RGB 218 40 106 -
CMYK 0 0.82 0.51 0.15
HSL 337.75º 0.71% 0.51% -
HSV(B) 337.75º 0.82% 0.85% -
XYZ 32.27 17.46 15.31 -
YUV 100.75 130.97 211.63 -
System Red Green Blue C M Y K H S L
Decimal 218 40 106 0 0.82 0.51 0.15 337.75 0.71 0.51
Hex DA 28 6A 0 52 33 F 152 47 33
Octal 332 50 152 0 122 63 17 522 107 63
Binary 11011010 101000 1101010 0 1010010 110011 1111 101010010 1000111 110011

Color Harmonies of #DA286A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA286A

Black with #DA286A

Text Example


Text Example

White with #DA286A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA286A; }

 p { color: rgb(218,40,106); }

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

background-color css

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

 a { background-color: rgb(218,40,106); }

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

border-color css

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

 span { border-color: rgb(218,40,106); }

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