Html Css Color HEX #D64265 Cerise

📋 copy color: '#D64265'

red 214 ◦ green 66 ◦ blue 101

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

Shades of Cerise #D64265

Tints of Cerise #D64265

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.32%

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

R = 56.17%
G = 17.32%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D64265 (or 0xD64265) is known color: Cerise. HEX triplet: D6, 42 and 65. RGB value is (214,66,101). Sum of RGB (Red+Green+Blue) = 214+66+101=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D64265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64265 is #29BD9A. Grayscale: #727272. Windows color (decimal): -2735515 or 6636246. OLE color: 6636246.

HSL color Cylindrical-coordinate representation of color #D64265: hue angle of 345.81º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64265 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 66 101 -
CMYK 0 0.69 0.53 0.16
HSL 345.81º 0.64% 0.55% -
HSV(B) 345.81º 0.69% 0.84% -
XYZ 32.03 19.13 14.32 -
YUV 114.24 120.53 199.15 -
System Red Green Blue C M Y K H S L
Decimal 214 66 101 0 0.69 0.53 0.16 345.81 0.64 0.55
Hex D6 42 65 0 45 35 10 15A 40 37
Octal 326 102 145 0 105 65 20 532 100 67
Binary 11010110 1000010 1100101 0 1000101 110101 10000 101011010 1000000 110111

Color Harmonies of #D64265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64265

Black with #D64265

Text Example


Text Example

White with #D64265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64265; }

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

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

background-color css

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

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

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

border-color css

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

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

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