Html Css Color HEX #DA3B6C Cerise

📋 copy color: '#DA3B6C'

red 218 ◦ green 59 ◦ blue 108

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

Shades of Cerise #DA3B6C

Tints of Cerise #DA3B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.05%

R = 56.62%
G = 15.32%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA3B6C (or 0xDA3B6C) is known color: Cerise. HEX triplet: DA, 3B and 6C. RGB value is (218,59,108). Sum of RGB (Red+Green+Blue) = 218+59+108=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3B6C is #25C493. Grayscale: #707070. Windows color (decimal): -2475156 or 7093210. OLE color: 7093210.

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

Color convert

RGB 218 59 108 -
CMYK 0 0.73 0.50 0.15
HSL 341.51º 0.68% 0.54% -
HSV(B) 341.51º 0.73% 0.85% -
XYZ 33.18 19.12 16.13 -
YUV 112.13 125.68 203.52 -
System Red Green Blue C M Y K H S L
Decimal 218 59 108 0 0.73 0.50 0.15 341.51 0.68 0.54
Hex DA 3B 6C 0 49 32 F 156 44 36
Octal 332 73 154 0 111 62 17 526 104 66
Binary 11011010 111011 1101100 0 1001001 110010 1111 101010110 1000100 110110

Color Harmonies of #DA3B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3B6C

Black with #DA3B6C

Text Example


Text Example

White with #DA3B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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