Html Css Color HEX #D63D70 Cerise

📋 copy color: '#D63D70'

red 214 ◦ green 61 ◦ blue 112

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

Shades of Cerise #D63D70

Tints of Cerise #D63D70

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.76%

 BLUE value IS 112 (44.14% from 255) = 28.94%

R = 55.3%
G = 15.76%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D63D70 (or 0xD63D70) is known color: Cerise. HEX triplet: D6, 3D and 70. RGB value is (214,61,112). Sum of RGB (Red+Green+Blue) = 214+61+112=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63D70 is #29C28F. Grayscale: #707070. Windows color (decimal): -2736784 or 7355862. OLE color: 7355862.

HSL color Cylindrical-coordinate representation of color #D63D70: hue angle of 340º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63D70 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 61 112 -
CMYK 0 0.71 0.48 0.16
HSL 340º 0.65% 0.54% -
HSV(B) 340º 0.71% 0.84% -
XYZ 32.32 18.8 17.25 -
YUV 112.56 127.69 200.35 -
System Red Green Blue C M Y K H S L
Decimal 214 61 112 0 0.71 0.48 0.16 340 0.65 0.54
Hex D6 3D 70 0 47 30 10 154 41 36
Octal 326 75 160 0 107 60 20 524 101 66
Binary 11010110 111101 1110000 0 1000111 110000 10000 101010100 1000001 110110

Color Harmonies of #D63D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63D70

Black with #D63D70

Text Example


Text Example

White with #D63D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63D70; }

 p { color: rgb(214,61,112); }

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

background-color css

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

 a { background-color: rgb(214,61,112); }

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

border-color css

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

 span { border-color: rgb(214,61,112); }

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