Html Css Color HEX #D4317D Deep Cerise

📋 copy color: '#D4317D'

red 212 ◦ green 49 ◦ blue 125

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

Shades of Deep Cerise #D4317D

Tints of Deep Cerise #D4317D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.69%

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

R = 54.92%
G = 12.69%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4317D (or 0xD4317D) is known color: Deep Cerise. HEX triplet: D4, 31 and 7D. RGB value is (212,49,125). Sum of RGB (Red+Green+Blue) = 212+49+125=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 49 (19.53% from 255 or 12.69% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D4317D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4317D is #2BCE82. Grayscale: #6A6A6A. Windows color (decimal): -2870915 or 8204756. OLE color: 8204756.

HSL color Cylindrical-coordinate representation of color #D4317D: hue angle of 332.02º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4317D is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 49 125 -
CMYK 0 0.77 0.41 0.17
HSL 332.02º 0.65% 0.51% -
HSV(B) 332.02º 0.77% 0.83% -
XYZ 31.95 17.67 21.13 -
YUV 106.4 138.5 203.32 -
System Red Green Blue C M Y K H S L
Decimal 212 49 125 0 0.77 0.41 0.17 332.02 0.65 0.51
Hex D4 31 7D 0 4D 29 11 14C 41 33
Octal 324 61 175 0 115 51 21 514 101 63
Binary 11010100 110001 1111101 0 1001101 101001 10001 101001100 1000001 110011

Color Harmonies of #D4317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4317D

Black with #D4317D

Text Example


Text Example

White with #D4317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4317D; }

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

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

background-color css

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

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

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

border-color css

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

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

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