Html Css Color HEX #D63962 Cerise

📋 copy color: '#D63962'

red 214 ◦ green 57 ◦ blue 98

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

Shades of Cerise #D63962

Tints of Cerise #D63962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.56%

R = 57.99%
G = 15.45%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D63962 (or 0xD63962) is known color: Cerise. HEX triplet: D6, 39 and 62. RGB value is (214,57,98). Sum of RGB (Red+Green+Blue) = 214+57+98=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D63962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63962 is #29C69D. Grayscale: #6C6C6C. Windows color (decimal): -2737822 or 6437334. OLE color: 6437334.

HSL color Cylindrical-coordinate representation of color #D63962: hue angle of 344.33º 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 #D63962 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 57 98 -
CMYK 0 0.73 0.54 0.16
HSL 344.33º 0.66% 0.53% -
HSV(B) 344.33º 0.73% 0.84% -
XYZ 31.4 18.1 13.39 -
YUV 108.62 122.01 203.17 -
System Red Green Blue C M Y K H S L
Decimal 214 57 98 0 0.73 0.54 0.16 344.33 0.66 0.53
Hex D6 39 62 0 49 36 10 158 42 35
Octal 326 71 142 0 111 66 20 530 102 65
Binary 11010110 111001 1100010 0 1001001 110110 10000 101011000 1000010 110101

Color Harmonies of #D63962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63962

Black with #D63962

Text Example


Text Example

White with #D63962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63962; }

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

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

background-color css

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

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

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

border-color css

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

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

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