Html Css Color HEX #D63885 Deep Cerise

📋 copy color: '#D63885'

red 214 ◦ green 56 ◦ blue 133

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

Shades of Deep Cerise #D63885

Tints of Deep Cerise #D63885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33%

R = 53.1%
G = 13.9%
B = 33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D63885 (or 0xD63885) is known color: Deep Cerise. HEX triplet: D6, 38 and 85. RGB value is (214,56,133). Sum of RGB (Red+Green+Blue) = 214+56+133=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D63885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63885 is #29C77A. Grayscale: #6F6F6F. Windows color (decimal): -2738043 or 8730838. OLE color: 8730838.

HSL color Cylindrical-coordinate representation of color #D63885: hue angle of 330.76º 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 #D63885 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 56 133 -
CMYK 0 0.74 0.38 0.16
HSL 330.76º 0.66% 0.53% -
HSV(B) 330.76º 0.74% 0.84% -
XYZ 33.38 18.82 24.06 -
YUV 112.02 139.85 200.74 -
System Red Green Blue C M Y K H S L
Decimal 214 56 133 0 0.74 0.38 0.16 330.76 0.66 0.53
Hex D6 38 85 0 4A 26 10 14B 42 35
Octal 326 70 205 0 112 46 20 513 102 65
Binary 11010110 111000 10000101 0 1001010 100110 10000 101001011 1000010 110101

Color Harmonies of #D63885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63885

Black with #D63885

Text Example


Text Example

White with #D63885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63885; }

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

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

background-color css

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

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

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

border-color css

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

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

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