Html Css Color HEX #DA265E Cerise

📋 copy color: '#DA265E'

red 218 ◦ green 38 ◦ blue 94

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

Shades of Cerise #DA265E

Tints of Cerise #DA265E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.86%

 BLUE value IS 94 (37.11% from 255) = 26.86%

R = 62.29%
G = 10.86%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA265E (or 0xDA265E) is known color: Cerise. HEX triplet: DA, 26 and 5E. RGB value is (218,38,94). Sum of RGB (Red+Green+Blue) = 218+38+94=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA265E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA265E is #25D9A1. Grayscale: #626262. Windows color (decimal): -2480546 or 6170330. OLE color: 6170330.

HSL color Cylindrical-coordinate representation of color #DA265E: hue angle of 341.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA265E is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 38 94 -
CMYK 0 0.83 0.57 0.15
HSL 341.33º 0.71% 0.5% -
HSV(B) 341.33º 0.83% 0.85% -
XYZ 31.63 17.1 12.22 -
YUV 98.2 125.63 213.45 -
System Red Green Blue C M Y K H S L
Decimal 218 38 94 0 0.83 0.57 0.15 341.33 0.71 0.5
Hex DA 26 5E 0 53 39 F 155 47 32
Octal 332 46 136 0 123 71 17 525 107 62
Binary 11011010 100110 1011110 0 1010011 111001 1111 101010101 1000111 110010

Color Harmonies of #DA265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA265E

Black with #DA265E

Text Example


Text Example

White with #DA265E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA265E; }

 p { color: rgb(218,38,94); }

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

background-color css

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

 a { background-color: rgb(218,38,94); }

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

border-color css

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

 span { border-color: rgb(218,38,94); }

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