Html Css Color HEX #D63465 Cerise

📋 copy color: '#D63465'

red 214 ◦ green 52 ◦ blue 101

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

Shades of Cerise #D63465

Tints of Cerise #D63465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.52%

R = 58.31%
G = 14.17%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D63465 (or 0xD63465) is known color: Cerise. HEX triplet: D6, 34 and 65. RGB value is (214,52,101). Sum of RGB (Red+Green+Blue) = 214+52+101=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D63465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63465 is #29CB9A. Grayscale: #696969. Windows color (decimal): -2739099 or 6632662. OLE color: 6632662.

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

Color convert

RGB 214 52 101 -
CMYK 0 0.76 0.53 0.16
HSL 341.85º 0.66% 0.52% -
HSV(B) 341.85º 0.76% 0.84% -
XYZ 31.31 17.69 14.08 -
YUV 106.02 125.17 205.02 -
System Red Green Blue C M Y K H S L
Decimal 214 52 101 0 0.76 0.53 0.16 341.85 0.66 0.52
Hex D6 34 65 0 4C 35 10 156 42 34
Octal 326 64 145 0 114 65 20 526 102 64
Binary 11010110 110100 1100101 0 1001100 110101 10000 101010110 1000010 110100

Color Harmonies of #D63465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63465

Black with #D63465

Text Example


Text Example

White with #D63465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63465; }

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

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

background-color css

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

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

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

border-color css

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

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

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