Html Css Color HEX #DA3D5C Cerise

📋 copy color: '#DA3D5C'

red 218 ◦ green 61 ◦ blue 92

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

Shades of Cerise #DA3D5C

Tints of Cerise #DA3D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.8%

R = 58.76%
G = 16.44%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA3D5C (or 0xDA3D5C) is known color: Cerise. HEX triplet: DA, 3D and 5C. RGB value is (218,61,92). Sum of RGB (Red+Green+Blue) = 218+61+92=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3D5C is #25C2A3. Grayscale: #6F6F6F. Windows color (decimal): -2474660 or 6045146. OLE color: 6045146.

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

Color convert

RGB 218 61 92 -
CMYK 0 0.72 0.58 0.15
HSL 348.15º 0.68% 0.55% -
HSV(B) 348.15º 0.72% 0.85% -
XYZ 32.51 19.02 12.08 -
YUV 111.48 117.01 203.98 -
System Red Green Blue C M Y K H S L
Decimal 218 61 92 0 0.72 0.58 0.15 348.15 0.68 0.55
Hex DA 3D 5C 0 48 3A F 15C 44 37
Octal 332 75 134 0 110 72 17 534 104 67
Binary 11011010 111101 1011100 0 1001000 111010 1111 101011100 1000100 110111

Color Harmonies of #DA3D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3D5C

Black with #DA3D5C

Text Example


Text Example

White with #DA3D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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