Html Css Color HEX #D4266C Cerise

📋 copy color: '#D4266C'

red 212 ◦ green 38 ◦ blue 108

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

Shades of Cerise #D4266C

Tints of Cerise #D4266C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.17%

R = 59.22%
G = 10.61%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4266C (or 0xD4266C) is known color: Cerise. HEX triplet: D4, 26 and 6C. RGB value is (212,38,108). Sum of RGB (Red+Green+Blue) = 212+38+108=358 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.22% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 212 - color contains mainly: red. Hex color #D4266C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4266C is #2BD993. Grayscale: #616161. Windows color (decimal): -2873748 or 7087828. OLE color: 7087828.

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

Color convert

RGB 212 38 108 -
CMYK 0 0.82 0.49 0.17
HSL 335.86º 0.7% 0.49% -
HSV(B) 335.86º 0.82% 0.83% -
XYZ 30.55 16.47 15.76 -
YUV 98.01 133.65 209.31 -
System Red Green Blue C M Y K H S L
Decimal 212 38 108 0 0.82 0.49 0.17 335.86 0.7 0.49
Hex D4 26 6C 0 52 31 11 150 46 31
Octal 324 46 154 0 122 61 21 520 106 61
Binary 11010100 100110 1101100 0 1010010 110001 10001 101010000 1000110 110001

Color Harmonies of #D4266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4266C

Black with #D4266C

Text Example


Text Example

White with #D4266C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4266C; }

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

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

background-color css

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

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

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

border-color css

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

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

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