Html Css Color HEX #D63670 Cerise

📋 copy color: '#D63670'

red 214 ◦ green 54 ◦ blue 112

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

Shades of Cerise #D63670

Tints of Cerise #D63670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.21%

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

R = 56.32%
G = 14.21%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D63670 (or 0xD63670) is known color: Cerise. HEX triplet: D6, 36 and 70. RGB value is (214,54,112). Sum of RGB (Red+Green+Blue) = 214+54+112=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D63670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63670 is #29C98F. Grayscale: #6C6C6C. Windows color (decimal): -2738576 or 7354070. OLE color: 7354070.

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

Color convert

RGB 214 54 112 -
CMYK 0 0.75 0.48 0.16
HSL 338.25º 0.66% 0.53% -
HSV(B) 338.25º 0.75% 0.84% -
XYZ 31.98 18.1 17.14 -
YUV 108.45 130.01 203.28 -
System Red Green Blue C M Y K H S L
Decimal 214 54 112 0 0.75 0.48 0.16 338.25 0.66 0.53
Hex D6 36 70 0 4B 30 10 152 42 35
Octal 326 66 160 0 113 60 20 522 102 65
Binary 11010110 110110 1110000 0 1001011 110000 10000 101010010 1000010 110101

Color Harmonies of #D63670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63670

Black with #D63670

Text Example


Text Example

White with #D63670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63670; }

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

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

background-color css

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

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

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

border-color css

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

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

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