Html Css Color HEX #DA3B6D Cerise

📋 copy color: '#DA3B6D'

red 218 ◦ green 59 ◦ blue 109

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

Shades of Cerise #DA3B6D

Tints of Cerise #DA3B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.24%

R = 56.48%
G = 15.28%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA3B6D (or 0xDA3B6D) is known color: Cerise. HEX triplet: DA, 3B and 6D. RGB value is (218,59,109). Sum of RGB (Red+Green+Blue) = 218+59+109=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3B6D is #25C492. Grayscale: #707070. Windows color (decimal): -2475155 or 7158746. OLE color: 7158746.

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

Color convert

RGB 218 59 109 -
CMYK 0 0.73 0.5 0.15
HSL 341.13º 0.68% 0.54% -
HSV(B) 341.13º 0.73% 0.85% -
XYZ 33.24 19.14 16.41 -
YUV 112.24 126.18 203.43 -
System Red Green Blue C M Y K H S L
Decimal 218 59 109 0 0.73 0.5 0.15 341.13 0.68 0.54
Hex DA 3B 6D 0 49 32 F 155 44 36
Octal 332 73 155 0 111 62 17 525 104 66
Binary 11011010 111011 1101101 0 1001001 110010 1111 101010101 1000100 110110

Color Harmonies of #DA3B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3B6D

Black with #DA3B6D

Text Example


Text Example

White with #DA3B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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