Html Css Color HEX #DA336E Cerise

📋 copy color: '#DA336E'

red 218 ◦ green 51 ◦ blue 110

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

Shades of Cerise #DA336E

Tints of Cerise #DA336E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.46%

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

R = 57.52%
G = 13.46%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA336E (or 0xDA336E) is known color: Cerise. HEX triplet: DA, 33 and 6E. RGB value is (218,51,110). Sum of RGB (Red+Green+Blue) = 218+51+110=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA336E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA336E is #25CC91. Grayscale: #6B6B6B. Windows color (decimal): -2477202 or 7222234. OLE color: 7222234.

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

Color convert

RGB 218 51 110 -
CMYK 0 0.77 0.50 0.15
HSL 338.8º 0.69% 0.53% -
HSV(B) 338.8º 0.77% 0.85% -
XYZ 32.91 18.4 16.57 -
YUV 107.66 129.33 206.7 -
System Red Green Blue C M Y K H S L
Decimal 218 51 110 0 0.77 0.50 0.15 338.8 0.69 0.53
Hex DA 33 6E 0 4D 32 F 153 45 35
Octal 332 63 156 0 115 62 17 523 105 65
Binary 11011010 110011 1101110 0 1001101 110010 1111 101010011 1000101 110101

Color Harmonies of #DA336E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA336E

Black with #DA336E

Text Example


Text Example

White with #DA336E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA336E; }

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

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

background-color css

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

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

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

border-color css

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

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

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