Html Css Color HEX #D63462 Cerise

📋 copy color: '#D63462'

red 214 ◦ green 52 ◦ blue 98

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

Shades of Cerise #D63462

Tints of Cerise #D63462

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.29%

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

R = 58.79%
G = 14.29%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D63462 (or 0xD63462) is known color: Cerise. HEX triplet: D6, 34 and 62. RGB value is (214,52,98). Sum of RGB (Red+Green+Blue) = 214+52+98=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D63462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63462 is #29CB9D. Grayscale: #696969. Windows color (decimal): -2739102 or 6436054. OLE color: 6436054.

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

Color convert

RGB 214 52 98 -
CMYK 0 0.76 0.54 0.16
HSL 342.96º 0.66% 0.52% -
HSV(B) 342.96º 0.76% 0.84% -
XYZ 31.16 17.63 13.32 -
YUV 105.68 123.67 205.26 -
System Red Green Blue C M Y K H S L
Decimal 214 52 98 0 0.76 0.54 0.16 342.96 0.66 0.52
Hex D6 34 62 0 4C 36 10 157 42 34
Octal 326 64 142 0 114 66 20 527 102 64
Binary 11010110 110100 1100010 0 1001100 110110 10000 101010111 1000010 110100

Color Harmonies of #D63462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63462

Black with #D63462

Text Example


Text Example

White with #D63462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63462; }

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

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

background-color css

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

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

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

border-color css

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

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

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