Html Css Color HEX #DA4364 Cerise

📋 copy color: '#DA4364'

red 218 ◦ green 67 ◦ blue 100

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

Shades of Cerise #DA4364

Tints of Cerise #DA4364

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.4%

 BLUE value IS 100 (39.45% from 255) = 25.97%

R = 56.62%
G = 17.4%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA4364 (or 0xDA4364) is known color: Cerise. HEX triplet: DA, 43 and 64. RGB value is (218,67,100). Sum of RGB (Red+Green+Blue) = 218+67+100=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4364 is #25BC9B. Grayscale: #737373. Windows color (decimal): -2473116 or 6570970. OLE color: 6570970.

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

Color convert

RGB 218 67 100 -
CMYK 0 0.69 0.54 0.15
HSL 346.89º 0.67% 0.56% -
HSV(B) 346.89º 0.69% 0.85% -
XYZ 33.22 19.84 14.14 -
YUV 115.91 119.03 200.82 -
System Red Green Blue C M Y K H S L
Decimal 218 67 100 0 0.69 0.54 0.15 346.89 0.67 0.56
Hex DA 43 64 0 45 36 F 15B 43 38
Octal 332 103 144 0 105 66 17 533 103 70
Binary 11011010 1000011 1100100 0 1000101 110110 1111 101011011 1000011 111000

Color Harmonies of #DA4364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4364

Black with #DA4364

Text Example


Text Example

White with #DA4364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4364; }

 p { color: rgb(218,67,100); }

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

background-color css

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

 a { background-color: rgb(218,67,100); }

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

border-color css

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

 span { border-color: rgb(218,67,100); }

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