Html Css Color HEX #D3266C Cerise

📋 copy color: '#D3266C'

red 211 ◦ green 38 ◦ blue 108

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

Shades of Cerise #D3266C

Tints of Cerise #D3266C

RGB

 RED value IS 211 (82.81% from 255) = 59.1%

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

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

R = 59.1%
G = 10.64%
B = 30.25%

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

#D3266C (or 0xD3266C) is known color: Cerise. HEX triplet: D3, 26 and 6C. RGB value is (211,38,108). Sum of RGB (Red+Green+Blue) = 211+38+108=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D3266C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3266C is #2CD993. Grayscale: #616161. Windows color (decimal): -2939284 or 7087827. OLE color: 7087827.

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

Color convert

RGB 211 38 108 -
CMYK 0 0.82 0.49 0.17
HSL 335.72º 0.69% 0.49% -
HSV(B) 335.72º 0.82% 0.83% -
XYZ 30.26 16.32 15.74 -
YUV 97.71 133.81 208.81 -
System Red Green Blue C M Y K H S L
Decimal 211 38 108 0 0.82 0.49 0.17 335.72 0.69 0.49
Hex D3 26 6C 0 52 31 11 150 45 31
Octal 323 46 154 0 122 61 21 520 105 61
Binary 11010011 100110 1101100 0 1010010 110001 10001 101010000 1000101 110001

Color Harmonies of #D3266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3266C

Black with #D3266C

Text Example


Text Example

White with #D3266C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3266C; }

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

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

background-color css

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

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

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

border-color css

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

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

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