Html Css Color HEX #D63968 Cerise

📋 copy color: '#D63968'

red 214 ◦ green 57 ◦ blue 104

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

Shades of Cerise #D63968

Tints of Cerise #D63968

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.2%

 BLUE value IS 104 (41.02% from 255) = 27.73%

R = 57.07%
G = 15.2%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D63968 (or 0xD63968) is known color: Cerise. HEX triplet: D6, 39 and 68. RGB value is (214,57,104). Sum of RGB (Red+Green+Blue) = 214+57+104=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D63968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63968 is #29C697. Grayscale: #6D6D6D. Windows color (decimal): -2737816 or 6830550. OLE color: 6830550.

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

Color convert

RGB 214 57 104 -
CMYK 0 0.73 0.51 0.16
HSL 342.04º 0.66% 0.53% -
HSV(B) 342.04º 0.73% 0.84% -
XYZ 31.69 18.22 14.94 -
YUV 109.3 125.01 202.68 -
System Red Green Blue C M Y K H S L
Decimal 214 57 104 0 0.73 0.51 0.16 342.04 0.66 0.53
Hex D6 39 68 0 49 33 10 156 42 35
Octal 326 71 150 0 111 63 20 526 102 65
Binary 11010110 111001 1101000 0 1001001 110011 10000 101010110 1000010 110101

Color Harmonies of #D63968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63968

Black with #D63968

Text Example


Text Example

White with #D63968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63968; }

 p { color: rgb(214,57,104); }

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

background-color css

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

 a { background-color: rgb(214,57,104); }

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

border-color css

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

 span { border-color: rgb(214,57,104); }

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