Html Css Color HEX #D3277D Deep Cerise

📋 copy color: '#D3277D'

red 211 ◦ green 39 ◦ blue 125

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

Shades of Deep Cerise #D3277D

Tints of Deep Cerise #D3277D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.4%

 BLUE value IS 125 (49.22% from 255) = 33.33%

R = 56.27%
G = 10.4%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3277D (or 0xD3277D) is known color: Deep Cerise. HEX triplet: D3, 27 and 7D. RGB value is (211,39,125). Sum of RGB (Red+Green+Blue) = 211+39+125=375 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.27% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 211 - color contains mainly: red. Hex color #D3277D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3277D is #2CD882. Grayscale: #646464. Windows color (decimal): -2939011 or 8202195. OLE color: 8202195.

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

Color convert

RGB 211 39 125 -
CMYK 0 0.82 0.41 0.17
HSL 330º 0.69% 0.49% -
HSV(B) 330º 0.82% 0.83% -
XYZ 31.29 16.78 20.99 -
YUV 100.23 141.98 207.01 -
System Red Green Blue C M Y K H S L
Decimal 211 39 125 0 0.82 0.41 0.17 330 0.69 0.49
Hex D3 27 7D 0 52 29 11 14A 45 31
Octal 323 47 175 0 122 51 21 512 105 61
Binary 11010011 100111 1111101 0 1010010 101001 10001 101001010 1000101 110001

Color Harmonies of #D3277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3277D

Black with #D3277D

Text Example


Text Example

White with #D3277D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3277D; }

 p { color: rgb(211,39,125); }

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

background-color css

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

 a { background-color: rgb(211,39,125); }

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

border-color css

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

 span { border-color: rgb(211,39,125); }

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