Html Css Color HEX #D63075 Deep Cerise

📋 copy color: '#D63075'

red 214 ◦ green 48 ◦ blue 117

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

Shades of Deep Cerise #D63075

Tints of Deep Cerise #D63075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.66%

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

R = 56.46%
G = 12.66%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D63075 (or 0xD63075) is known color: Deep Cerise. HEX triplet: D6, 30 and 75. RGB value is (214,48,117). Sum of RGB (Red+Green+Blue) = 214+48+117=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D63075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63075 is #29CF8A. Grayscale: #696969. Windows color (decimal): -2740107 or 7680214. OLE color: 7680214.

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

Color convert

RGB 214 48 117 -
CMYK 0 0.78 0.45 0.16
HSL 335.06º 0.67% 0.51% -
HSV(B) 335.06º 0.78% 0.84% -
XYZ 32 17.69 18.56 -
YUV 105.5 134.5 205.39 -
System Red Green Blue C M Y K H S L
Decimal 214 48 117 0 0.78 0.45 0.16 335.06 0.67 0.51
Hex D6 30 75 0 4E 2D 10 14F 43 33
Octal 326 60 165 0 116 55 20 517 103 63
Binary 11010110 110000 1110101 0 1001110 101101 10000 101001111 1000011 110011

Color Harmonies of #D63075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63075

Black with #D63075

Text Example


Text Example

White with #D63075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63075; }

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

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

background-color css

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

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

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

border-color css

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

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

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