Html Css Color HEX #DA3F65 Cerise

📋 copy color: '#DA3F65'

red 218 ◦ green 63 ◦ blue 101

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

Shades of Cerise #DA3F65

Tints of Cerise #DA3F65

RGB

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

 GREEN value IS 63 (25% from 255) = 16.49%

 BLUE value IS 101 (39.84% from 255) = 26.44%

R = 57.07%
G = 16.49%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA3F65 (or 0xDA3F65) is known color: Cerise. HEX triplet: DA, 3F and 65. RGB value is (218,63,101). Sum of RGB (Red+Green+Blue) = 218+63+101=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3F65 is #25C09A. Grayscale: #717171. Windows color (decimal): -2474139 or 6635482. OLE color: 6635482.

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

Color convert

RGB 218 63 101 -
CMYK 0 0.71 0.54 0.15
HSL 345.29º 0.68% 0.55% -
HSV(B) 345.29º 0.71% 0.85% -
XYZ 33.04 19.4 14.32 -
YUV 113.68 120.85 202.41 -
System Red Green Blue C M Y K H S L
Decimal 218 63 101 0 0.71 0.54 0.15 345.29 0.68 0.55
Hex DA 3F 65 0 47 36 F 159 44 37
Octal 332 77 145 0 107 66 17 531 104 67
Binary 11011010 111111 1100101 0 1000111 110110 1111 101011001 1000100 110111

Color Harmonies of #DA3F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3F65

Black with #DA3F65

Text Example


Text Example

White with #DA3F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3F65; }

 p { color: rgb(218,63,101); }

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

background-color css

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

 a { background-color: rgb(218,63,101); }

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

border-color css

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

 span { border-color: rgb(218,63,101); }

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