Html Css Color HEX #D63C69 Cerise

📋 copy color: '#D63C69'

red 214 ◦ green 60 ◦ blue 105

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

Shades of Cerise #D63C69

Tints of Cerise #D63C69

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.83%

 BLUE value IS 105 (41.41% from 255) = 27.7%

R = 56.46%
G = 15.83%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D63C69 (or 0xD63C69) is known color: Cerise. HEX triplet: D6, 3C and 69. RGB value is (214,60,105). Sum of RGB (Red+Green+Blue) = 214+60+105=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63C69 is #29C396. Grayscale: #6F6F6F. Windows color (decimal): -2737047 or 6896854. OLE color: 6896854.

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

Color convert

RGB 214 60 105 -
CMYK 0 0.72 0.51 0.16
HSL 342.47º 0.65% 0.54% -
HSV(B) 342.47º 0.72% 0.84% -
XYZ 31.9 18.55 15.26 -
YUV 111.18 124.52 201.34 -
System Red Green Blue C M Y K H S L
Decimal 214 60 105 0 0.72 0.51 0.16 342.47 0.65 0.54
Hex D6 3C 69 0 48 33 10 156 41 36
Octal 326 74 151 0 110 63 20 526 101 66
Binary 11010110 111100 1101001 0 1001000 110011 10000 101010110 1000001 110110

Color Harmonies of #D63C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C69

Black with #D63C69

Text Example


Text Example

White with #D63C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C69; }

 p { color: rgb(214,60,105); }

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

background-color css

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

 a { background-color: rgb(214,60,105); }

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

border-color css

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

 span { border-color: rgb(214,60,105); }

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