Html Css Color HEX #D63875 Deep Cerise

📋 copy color: '#D63875'

red 214 ◦ green 56 ◦ blue 117

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

Shades of Deep Cerise #D63875

Tints of Deep Cerise #D63875

RGB

 RED value IS 214 (83.98% from 255) = 55.3%

 GREEN value IS 56 (22.27% from 255) = 14.47%

 BLUE value IS 117 (46.09% from 255) = 30.23%

R = 55.3%
G = 14.47%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D63875 (or 0xD63875) is known color: Deep Cerise. HEX triplet: D6, 38 and 75. RGB value is (214,56,117). Sum of RGB (Red+Green+Blue) = 214+56+117=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 56 (22.27% from 255 or 14.47% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D63875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63875 is #29C78A. Grayscale: #6E6E6E. Windows color (decimal): -2738059 or 7682262. OLE color: 7682262.

HSL color Cylindrical-coordinate representation of color #D63875: hue angle of 336.84º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63875 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 56 117 -
CMYK 0 0.74 0.45 0.16
HSL 336.84º 0.66% 0.53% -
HSV(B) 336.84º 0.74% 0.84% -
XYZ 32.36 18.41 18.68 -
YUV 110.2 131.85 202.04 -
System Red Green Blue C M Y K H S L
Decimal 214 56 117 0 0.74 0.45 0.16 336.84 0.66 0.53
Hex D6 38 75 0 4A 2D 10 151 42 35
Octal 326 70 165 0 112 55 20 521 102 65
Binary 11010110 111000 1110101 0 1001010 101101 10000 101010001 1000010 110101

Color Harmonies of #D63875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63875

Black with #D63875

Text Example


Text Example

White with #D63875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63875; }

 p { color: rgb(214,56,117); }

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

background-color css

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

 a { background-color: rgb(214,56,117); }

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

border-color css

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

 span { border-color: rgb(214,56,117); }

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