Html Css Color HEX #D4266E Cerise

📋 copy color: '#D4266E'

red 212 ◦ green 38 ◦ blue 110

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

Shades of Cerise #D4266E

Tints of Cerise #D4266E

RGB

 RED value IS 212 (83.2% from 255) = 58.89%

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

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

R = 58.89%
G = 10.56%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4266E (or 0xD4266E) is known color: Cerise. HEX triplet: D4, 26 and 6E. RGB value is (212,38,110). Sum of RGB (Red+Green+Blue) = 212+38+110=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D4266E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4266E is #2BD991. Grayscale: #626262. Windows color (decimal): -2873746 or 7218900. OLE color: 7218900.

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

Color convert

RGB 212 38 110 -
CMYK 0 0.82 0.48 0.17
HSL 335.17º 0.7% 0.49% -
HSV(B) 335.17º 0.82% 0.83% -
XYZ 30.66 16.51 16.32 -
YUV 98.23 134.65 209.15 -
System Red Green Blue C M Y K H S L
Decimal 212 38 110 0 0.82 0.48 0.17 335.17 0.7 0.49
Hex D4 26 6E 0 52 30 11 14F 46 31
Octal 324 46 156 0 122 60 21 517 106 61
Binary 11010100 100110 1101110 0 1010010 110000 10001 101001111 1000110 110001

Color Harmonies of #D4266E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4266E

Black with #D4266E

Text Example


Text Example

White with #D4266E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4266E; }

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

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

background-color css

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

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

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

border-color css

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

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

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