Html Css Color HEX #DA3E6A Cerise

📋 copy color: '#DA3E6A'

red 218 ◦ green 62 ◦ blue 106

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

Shades of Cerise #DA3E6A

Tints of Cerise #DA3E6A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.06%

 BLUE value IS 106 (41.8% from 255) = 27.46%

R = 56.48%
G = 16.06%
B = 27.46%

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

#DA3E6A (or 0xDA3E6A) is known color: Cerise. HEX triplet: DA, 3E and 6A. RGB value is (218,62,106). Sum of RGB (Red+Green+Blue) = 218+62+106=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3E6A is #25C195. Grayscale: #717171. Windows color (decimal): -2474390 or 6962906. OLE color: 6962906.

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

Color convert

RGB 218 62 106 -
CMYK 0 0.72 0.51 0.15
HSL 343.08º 0.68% 0.55% -
HSV(B) 343.08º 0.72% 0.85% -
XYZ 33.24 19.39 15.63 -
YUV 113.66 123.68 202.42 -
System Red Green Blue C M Y K H S L
Decimal 218 62 106 0 0.72 0.51 0.15 343.08 0.68 0.55
Hex DA 3E 6A 0 48 33 F 157 44 37
Octal 332 76 152 0 110 63 17 527 104 67
Binary 11011010 111110 1101010 0 1001000 110011 1111 101010111 1000100 110111

Color Harmonies of #DA3E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3E6A

Black with #DA3E6A

Text Example


Text Example

White with #DA3E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3E6A; }

 p { color: rgb(218,62,106); }

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

background-color css

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

 a { background-color: rgb(218,62,106); }

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

border-color css

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

 span { border-color: rgb(218,62,106); }

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