Html Css Color HEX #DA3372 Cerise

📋 copy color: '#DA3372'

red 218 ◦ green 51 ◦ blue 114

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

Shades of Cerise #DA3372

Tints of Cerise #DA3372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.77%

R = 56.92%
G = 13.32%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA3372 (or 0xDA3372) is known color: Cerise. HEX triplet: DA, 33 and 72. RGB value is (218,51,114). Sum of RGB (Red+Green+Blue) = 218+51+114=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3372 is #25CC8D. Grayscale: #6C6C6C. Windows color (decimal): -2477198 or 7484378. OLE color: 7484378.

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

Color convert

RGB 218 51 114 -
CMYK 0 0.77 0.48 0.15
HSL 337.37º 0.69% 0.53% -
HSV(B) 337.37º 0.77% 0.85% -
XYZ 33.13 18.49 17.74 -
YUV 108.12 131.33 206.38 -
System Red Green Blue C M Y K H S L
Decimal 218 51 114 0 0.77 0.48 0.15 337.37 0.69 0.53
Hex DA 33 72 0 4D 30 F 151 45 35
Octal 332 63 162 0 115 60 17 521 105 65
Binary 11011010 110011 1110010 0 1001101 110000 1111 101010001 1000101 110101

Color Harmonies of #DA3372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3372

Black with #DA3372

Text Example


Text Example

White with #DA3372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3372; }

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

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

background-color css

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

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

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

border-color css

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

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

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