Html Css Color HEX #DA3B5C Cerise

📋 copy color: '#DA3B5C'

red 218 ◦ green 59 ◦ blue 92

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

Shades of Cerise #DA3B5C

Tints of Cerise #DA3B5C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.99%

 BLUE value IS 92 (36.33% from 255) = 24.93%

R = 59.08%
G = 15.99%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA3B5C (or 0xDA3B5C) is known color: Cerise. HEX triplet: DA, 3B and 5C. RGB value is (218,59,92). Sum of RGB (Red+Green+Blue) = 218+59+92=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3B5C is #25C4A3. Grayscale: #6E6E6E. Windows color (decimal): -2475172 or 6044634. OLE color: 6044634.

HSL color Cylindrical-coordinate representation of color #DA3B5C: hue angle of 347.55º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA3B5C is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 59 92 -
CMYK 0 0.73 0.58 0.15
HSL 347.55º 0.68% 0.54% -
HSV(B) 347.55º 0.73% 0.85% -
XYZ 32.41 18.81 12.05 -
YUV 110.3 117.68 204.82 -
System Red Green Blue C M Y K H S L
Decimal 218 59 92 0 0.73 0.58 0.15 347.55 0.68 0.54
Hex DA 3B 5C 0 49 3A F 15C 44 36
Octal 332 73 134 0 111 72 17 534 104 66
Binary 11011010 111011 1011100 0 1001001 111010 1111 101011100 1000100 110110

Color Harmonies of #DA3B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3B5C

Black with #DA3B5C

Text Example


Text Example

White with #DA3B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3B5C; }

 p { color: rgb(218,59,92); }

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

background-color css

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

 a { background-color: rgb(218,59,92); }

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

border-color css

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

 span { border-color: rgb(218,59,92); }

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