Html Css Color HEX #DA3D6B Cerise

📋 copy color: '#DA3D6B'

red 218 ◦ green 61 ◦ blue 107

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

Shades of Cerise #DA3D6B

Tints of Cerise #DA3D6B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.8%

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

R = 56.48%
G = 15.8%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA3D6B (or 0xDA3D6B) is known color: Cerise. HEX triplet: DA, 3D and 6B. RGB value is (218,61,107). Sum of RGB (Red+Green+Blue) = 218+61+107=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3D6B is #25C294. Grayscale: #717171. Windows color (decimal): -2474645 or 7028186. OLE color: 7028186.

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

Color convert

RGB 218 61 107 -
CMYK 0 0.72 0.51 0.15
HSL 342.42º 0.68% 0.55% -
HSV(B) 342.42º 0.72% 0.85% -
XYZ 33.24 19.3 15.88 -
YUV 113.19 124.51 202.76 -
System Red Green Blue C M Y K H S L
Decimal 218 61 107 0 0.72 0.51 0.15 342.42 0.68 0.55
Hex DA 3D 6B 0 48 33 F 156 44 37
Octal 332 75 153 0 110 63 17 526 104 67
Binary 11011010 111101 1101011 0 1001000 110011 1111 101010110 1000100 110111

Color Harmonies of #DA3D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3D6B

Black with #DA3D6B

Text Example


Text Example

White with #DA3D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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