Html Css Color HEX #DA4262 Cerise

📋 copy color: '#DA4262'

red 218 ◦ green 66 ◦ blue 98

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

Shades of Cerise #DA4262

Tints of Cerise #DA4262

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.28%

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

R = 57.07%
G = 17.28%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA4262 (or 0xDA4262) is known color: Cerise. HEX triplet: DA, 42 and 62. RGB value is (218,66,98). Sum of RGB (Red+Green+Blue) = 218+66+98=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4262 is #25BD9D. Grayscale: #737373. Windows color (decimal): -2473374 or 6439642. OLE color: 6439642.

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

Color convert

RGB 218 66 98 -
CMYK 0 0.70 0.55 0.15
HSL 347.37º 0.67% 0.56% -
HSV(B) 347.37º 0.7% 0.85% -
XYZ 33.07 19.68 13.61 -
YUV 115.1 118.36 201.4 -
System Red Green Blue C M Y K H S L
Decimal 218 66 98 0 0.70 0.55 0.15 347.37 0.67 0.56
Hex DA 42 62 0 46 37 F 15B 43 38
Octal 332 102 142 0 106 67 17 533 103 70
Binary 11011010 1000010 1100010 0 1000110 110111 1111 101011011 1000011 111000

Color Harmonies of #DA4262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4262

Black with #DA4262

Text Example


Text Example

White with #DA4262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4262; }

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

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

background-color css

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

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

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

border-color css

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

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

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