Html Css Color HEX #DA2265 Cerise

📋 copy color: '#DA2265'

red 218 ◦ green 34 ◦ blue 101

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

Shades of Cerise #DA2265

Tints of Cerise #DA2265

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.63%

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

R = 61.76%
G = 9.63%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA2265 (or 0xDA2265) is known color: Cerise. HEX triplet: DA, 22 and 65. RGB value is (218,34,101). Sum of RGB (Red+Green+Blue) = 218+34+101=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2265 is #25DD9A. Grayscale: #606060. Windows color (decimal): -2481563 or 6628058. OLE color: 6628058.

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

Color convert

RGB 218 34 101 -
CMYK 0 0.84 0.54 0.15
HSL 338.15º 0.73% 0.49% -
HSV(B) 338.15º 0.84% 0.85% -
XYZ 31.83 16.99 13.91 -
YUV 96.65 130.46 214.55 -
System Red Green Blue C M Y K H S L
Decimal 218 34 101 0 0.84 0.54 0.15 338.15 0.73 0.49
Hex DA 22 65 0 54 36 F 152 49 31
Octal 332 42 145 0 124 66 17 522 111 61
Binary 11011010 100010 1100101 0 1010100 110110 1111 101010010 1001001 110001

Color Harmonies of #DA2265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2265

Black with #DA2265

Text Example


Text Example

White with #DA2265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2265; }

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

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

background-color css

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

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

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

border-color css

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

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

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