Html Css Color HEX #DA266F Cerise

📋 copy color: '#DA266F'

red 218 ◦ green 38 ◦ blue 111

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

Shades of Cerise #DA266F

Tints of Cerise #DA266F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.25%

R = 59.4%
G = 10.35%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA266F (or 0xDA266F) is known color: Cerise. HEX triplet: DA, 26 and 6F. RGB value is (218,38,111). Sum of RGB (Red+Green+Blue) = 218+38+111=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA266F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA266F is #25D990. Grayscale: #646464. Windows color (decimal): -2480529 or 7284442. OLE color: 7284442.

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

Color convert

RGB 218 38 111 -
CMYK 0 0.83 0.49 0.15
HSL 335.67º 0.71% 0.5% -
HSV(B) 335.67º 0.83% 0.85% -
XYZ 32.48 17.44 16.69 -
YUV 100.14 134.13 212.06 -
System Red Green Blue C M Y K H S L
Decimal 218 38 111 0 0.83 0.49 0.15 335.67 0.71 0.5
Hex DA 26 6F 0 53 31 F 150 47 32
Octal 332 46 157 0 123 61 17 520 107 62
Binary 11011010 100110 1101111 0 1010011 110001 1111 101010000 1000111 110010

Color Harmonies of #DA266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA266F

Black with #DA266F

Text Example


Text Example

White with #DA266F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA266F; }

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

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

background-color css

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

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

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

border-color css

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

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

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