Html Css Color HEX #D4277D Deep Cerise

📋 copy color: '#D4277D'

red 212 ◦ green 39 ◦ blue 125

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

Shades of Deep Cerise #D4277D

Tints of Deep Cerise #D4277D

RGB

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

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

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

R = 56.38%
G = 10.37%
B = 33.24%

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

#D4277D (or 0xD4277D) is known color: Deep Cerise. HEX triplet: D4, 27 and 7D. RGB value is (212,39,125). Sum of RGB (Red+Green+Blue) = 212+39+125=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 39 (15.62% from 255 or 10.37% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D4277D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4277D is #2BD882. Grayscale: #646464. Windows color (decimal): -2873475 or 8202196. OLE color: 8202196.

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

Color convert

RGB 212 39 125 -
CMYK 0 0.82 0.41 0.17
HSL 330.17º 0.69% 0.49% -
HSV(B) 330.17º 0.82% 0.83% -
XYZ 31.58 16.93 21.01 -
YUV 100.53 141.81 207.51 -
System Red Green Blue C M Y K H S L
Decimal 212 39 125 0 0.82 0.41 0.17 330.17 0.69 0.49
Hex D4 27 7D 0 52 29 11 14A 45 31
Octal 324 47 175 0 122 51 21 512 105 61
Binary 11010100 100111 1111101 0 1010010 101001 10001 101001010 1000101 110001

Color Harmonies of #D4277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4277D

Black with #D4277D

Text Example


Text Example

White with #D4277D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4277D; }

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

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

background-color css

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

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

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

border-color css

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

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

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