Html Css Color HEX #DA3B6B Cerise

📋 copy color: '#DA3B6B'

red 218 ◦ green 59 ◦ blue 107

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

Shades of Cerise #DA3B6B

Tints of Cerise #DA3B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.86%

R = 56.77%
G = 15.36%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA3B6B (or 0xDA3B6B) is known color: Cerise. HEX triplet: DA, 3B and 6B. RGB value is (218,59,107). Sum of RGB (Red+Green+Blue) = 218+59+107=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3B6B is #25C494. Grayscale: #6F6F6F. Windows color (decimal): -2475157 or 7027674. OLE color: 7027674.

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

Color convert

RGB 218 59 107 -
CMYK 0 0.73 0.51 0.15
HSL 341.89º 0.68% 0.54% -
HSV(B) 341.89º 0.73% 0.85% -
XYZ 33.13 19.09 15.85 -
YUV 112.01 125.18 203.6 -
System Red Green Blue C M Y K H S L
Decimal 218 59 107 0 0.73 0.51 0.15 341.89 0.68 0.54
Hex DA 3B 6B 0 49 33 F 156 44 36
Octal 332 73 153 0 111 63 17 526 104 66
Binary 11011010 111011 1101011 0 1001001 110011 1111 101010110 1000100 110110

Color Harmonies of #DA3B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3B6B

Black with #DA3B6B

Text Example


Text Example

White with #DA3B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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