Html Css Color HEX #DA3D6E Cerise

📋 copy color: '#DA3D6E'

red 218 ◦ green 61 ◦ blue 110

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

Shades of Cerise #DA3D6E

Tints of Cerise #DA3D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.28%

R = 56.04%
G = 15.68%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA3D6E (or 0xDA3D6E) is known color: Cerise. HEX triplet: DA, 3D and 6E. RGB value is (218,61,110). Sum of RGB (Red+Green+Blue) = 218+61+110=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3D6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3D6E is #25C291. Grayscale: #717171. Windows color (decimal): -2474642 or 7224794. OLE color: 7224794.

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

Color convert

RGB 218 61 110 -
CMYK 0 0.72 0.50 0.15
HSL 341.27º 0.68% 0.55% -
HSV(B) 341.27º 0.72% 0.85% -
XYZ 33.4 19.37 16.73 -
YUV 113.53 126.01 202.52 -
System Red Green Blue C M Y K H S L
Decimal 218 61 110 0 0.72 0.50 0.15 341.27 0.68 0.55
Hex DA 3D 6E 0 48 32 F 155 44 37
Octal 332 75 156 0 110 62 17 525 104 67
Binary 11011010 111101 1101110 0 1001000 110010 1111 101010101 1000100 110111

Color Harmonies of #DA3D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3D6E

Black with #DA3D6E

Text Example


Text Example

White with #DA3D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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