Html Css Color HEX #DA4362 Cerise

📋 copy color: '#DA4362'

red 218 ◦ green 67 ◦ blue 98

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

Shades of Cerise #DA4362

Tints of Cerise #DA4362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.59%

R = 56.92%
G = 17.49%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA4362 (or 0xDA4362) is known color: Cerise. HEX triplet: DA, 43 and 62. RGB value is (218,67,98). Sum of RGB (Red+Green+Blue) = 218+67+98=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4362 is #25BC9D. Grayscale: #737373. Windows color (decimal): -2473118 or 6439898. OLE color: 6439898.

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

Color convert

RGB 218 67 98 -
CMYK 0 0.69 0.55 0.15
HSL 347.68º 0.67% 0.56% -
HSV(B) 347.68º 0.69% 0.85% -
XYZ 33.13 19.8 13.63 -
YUV 115.68 118.03 200.98 -
System Red Green Blue C M Y K H S L
Decimal 218 67 98 0 0.69 0.55 0.15 347.68 0.67 0.56
Hex DA 43 62 0 45 37 F 15C 43 38
Octal 332 103 142 0 105 67 17 534 103 70
Binary 11011010 1000011 1100010 0 1000101 110111 1111 101011100 1000011 111000

Color Harmonies of #DA4362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4362

Black with #DA4362

Text Example


Text Example

White with #DA4362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4362; }

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

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

background-color css

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

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

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

border-color css

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

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

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