Html Css Color HEX #DA366A Cerise

📋 copy color: '#DA366A'

red 218 ◦ green 54 ◦ blue 106

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

Shades of Cerise #DA366A

Tints of Cerise #DA366A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.29%

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

R = 57.67%
G = 14.29%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA366A (or 0xDA366A) is known color: Cerise. HEX triplet: DA, 36 and 6A. RGB value is (218,54,106). Sum of RGB (Red+Green+Blue) = 218+54+106=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA366A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA366A is #25C995. Grayscale: #6C6C6C. Windows color (decimal): -2476438 or 6960858. OLE color: 6960858.

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

Color convert

RGB 218 54 106 -
CMYK 0 0.75 0.51 0.15
HSL 340.98º 0.69% 0.53% -
HSV(B) 340.98º 0.75% 0.85% -
XYZ 32.83 18.58 15.49 -
YUV 108.96 126.33 205.77 -
System Red Green Blue C M Y K H S L
Decimal 218 54 106 0 0.75 0.51 0.15 340.98 0.69 0.53
Hex DA 36 6A 0 4B 33 F 155 45 35
Octal 332 66 152 0 113 63 17 525 105 65
Binary 11011010 110110 1101010 0 1001011 110011 1111 101010101 1000101 110101

Color Harmonies of #DA366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA366A

Black with #DA366A

Text Example


Text Example

White with #DA366A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA366A; }

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

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

background-color css

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

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

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

border-color css

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

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

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