Html Css Color HEX #DA3665 Cerise

📋 copy color: '#DA3665'

red 218 ◦ green 54 ◦ blue 101

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

Shades of Cerise #DA3665

Tints of Cerise #DA3665

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.48%

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

R = 58.45%
G = 14.48%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA3665 (or 0xDA3665) is known color: Cerise. HEX triplet: DA, 36 and 65. RGB value is (218,54,101). Sum of RGB (Red+Green+Blue) = 218+54+101=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3665 is #25C99A. Grayscale: #6C6C6C. Windows color (decimal): -2476443 or 6633178. OLE color: 6633178.

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

Color convert

RGB 218 54 101 -
CMYK 0 0.75 0.54 0.15
HSL 342.8º 0.69% 0.53% -
HSV(B) 342.8º 0.75% 0.85% -
XYZ 32.58 18.48 14.16 -
YUV 108.39 123.83 206.18 -
System Red Green Blue C M Y K H S L
Decimal 218 54 101 0 0.75 0.54 0.15 342.8 0.69 0.53
Hex DA 36 65 0 4B 36 F 157 45 35
Octal 332 66 145 0 113 66 17 527 105 65
Binary 11011010 110110 1100101 0 1001011 110110 1111 101010111 1000101 110101

Color Harmonies of #DA3665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3665

Black with #DA3665

Text Example


Text Example

White with #DA3665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3665; }

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

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

background-color css

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

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

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

border-color css

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

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

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