Html Css Color HEX #D63660 Cerise

📋 copy color: '#D63660'

red 214 ◦ green 54 ◦ blue 96

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

Shades of Cerise #D63660

Tints of Cerise #D63660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.37%

R = 58.79%
G = 14.84%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D63660 (or 0xD63660) is known color: Cerise. HEX triplet: D6, 36 and 60. RGB value is (214,54,96). Sum of RGB (Red+Green+Blue) = 214+54+96=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D63660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63660 is #29C99F. Grayscale: #6A6A6A. Windows color (decimal): -2738592 or 6305494. OLE color: 6305494.

HSL color Cylindrical-coordinate representation of color #D63660: hue angle of 344.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 #D63660 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 54 96 -
CMYK 0 0.75 0.55 0.16
HSL 344.25º 0.66% 0.53% -
HSV(B) 344.25º 0.75% 0.84% -
XYZ 31.16 17.78 12.86 -
YUV 106.63 122.01 204.58 -
System Red Green Blue C M Y K H S L
Decimal 214 54 96 0 0.75 0.55 0.16 344.25 0.66 0.53
Hex D6 36 60 0 4B 37 10 158 42 35
Octal 326 66 140 0 113 67 20 530 102 65
Binary 11010110 110110 1100000 0 1001011 110111 10000 101011000 1000010 110101

Color Harmonies of #D63660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63660

Black with #D63660

Text Example


Text Example

White with #D63660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63660; }

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

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

background-color css

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

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

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

border-color css

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

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

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