Html Css Color HEX #DA265F Cerise

📋 copy color: '#DA265F'

red 218 ◦ green 38 ◦ blue 95

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

Shades of Cerise #DA265F

Tints of Cerise #DA265F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.07%

R = 62.11%
G = 10.83%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA265F (or 0xDA265F) is known color: Cerise. HEX triplet: DA, 26 and 5F. RGB value is (218,38,95). Sum of RGB (Red+Green+Blue) = 218+38+95=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA265F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA265F is #25D9A0. Grayscale: #626262. Windows color (decimal): -2480545 or 6235866. OLE color: 6235866.

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

Color convert

RGB 218 38 95 -
CMYK 0 0.83 0.56 0.15
HSL 341º 0.71% 0.5% -
HSV(B) 341º 0.83% 0.85% -
XYZ 31.67 17.12 12.46 -
YUV 98.32 126.13 213.37 -
System Red Green Blue C M Y K H S L
Decimal 218 38 95 0 0.83 0.56 0.15 341 0.71 0.5
Hex DA 26 5F 0 53 38 F 155 47 32
Octal 332 46 137 0 123 70 17 525 107 62
Binary 11011010 100110 1011111 0 1010011 111000 1111 101010101 1000111 110010

Color Harmonies of #DA265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA265F

Black with #DA265F

Text Example


Text Example

White with #DA265F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA265F; }

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

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

background-color css

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

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

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

border-color css

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

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

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