Html Css Color HEX #D5266E Cerise

📋 copy color: '#D5266E'

red 213 ◦ green 38 ◦ blue 110

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

Shades of Cerise #D5266E

Tints of Cerise #D5266E

RGB

 RED value IS 213 (83.59% from 255) = 59%

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

 BLUE value IS 110 (43.36% from 255) = 30.47%

R = 59%
G = 10.53%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5266E (or 0xD5266E) is known color: Cerise. HEX triplet: D5, 26 and 6E. RGB value is (213,38,110). Sum of RGB (Red+Green+Blue) = 213+38+110=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D5266E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5266E is #2AD991. Grayscale: #626262. Windows color (decimal): -2808210 or 7218901. OLE color: 7218901.

HSL color Cylindrical-coordinate representation of color #D5266E: hue angle of 335.31º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5266E is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 38 110 -
CMYK 0 0.82 0.48 0.16
HSL 335.31º 0.7% 0.49% -
HSV(B) 335.31º 0.82% 0.84% -
XYZ 30.95 16.66 16.34 -
YUV 98.53 134.48 209.65 -
System Red Green Blue C M Y K H S L
Decimal 213 38 110 0 0.82 0.48 0.16 335.31 0.7 0.49
Hex D5 26 6E 0 52 30 10 14F 46 31
Octal 325 46 156 0 122 60 20 517 106 61
Binary 11010101 100110 1101110 0 1010010 110000 10000 101001111 1000110 110001

Color Harmonies of #D5266E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5266E

Black with #D5266E

Text Example


Text Example

White with #D5266E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5266E; }

 p { color: rgb(213,38,110); }

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

background-color css

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

 a { background-color: rgb(213,38,110); }

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

border-color css

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

 span { border-color: rgb(213,38,110); }

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