Html Css Color HEX #D3268E Deep Cerise

📋 copy color: '#D3268E'

red 211 ◦ green 38 ◦ blue 142

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

Shades of Deep Cerise #D3268E

Tints of Deep Cerise #D3268E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.32%

R = 53.96%
G = 9.72%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D3268E (or 0xD3268E) is known color: Deep Cerise. HEX triplet: D3, 26 and 8E. RGB value is (211,38,142). Sum of RGB (Red+Green+Blue) = 211+38+142=391 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.96% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 211 - color contains mainly: red. Hex color #D3268E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3268E is #2CD971. Grayscale: #656565. Windows color (decimal): -2939250 or 9316051. OLE color: 9316051.

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

Color convert

RGB 211 38 142 -
CMYK 0 0.82 0.33 0.17
HSL 323.93º 0.69% 0.49% -
HSV(B) 323.93º 0.82% 0.83% -
XYZ 32.44 17.19 27.2 -
YUV 101.58 150.81 206.04 -
System Red Green Blue C M Y K H S L
Decimal 211 38 142 0 0.82 0.33 0.17 323.93 0.69 0.49
Hex D3 26 8E 0 52 21 11 144 45 31
Octal 323 46 216 0 122 41 21 504 105 61
Binary 11010011 100110 10001110 0 1010010 100001 10001 101000100 1000101 110001

Color Harmonies of #D3268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3268E

Black with #D3268E

Text Example


Text Example

White with #D3268E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3268E; }

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

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

background-color css

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

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

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

border-color css

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

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

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