Html Css Color HEX #D65365 Cabaret

📋 copy color: '#D65365'

red 214 ◦ green 83 ◦ blue 101

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

Shades of Cabaret #D65365

Tints of Cabaret #D65365

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.85%

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

R = 53.77%
G = 20.85%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D65365 (or 0xD65365) is known color: Cabaret. HEX triplet: D6, 53 and 65. RGB value is (214,83,101). Sum of RGB (Red+Green+Blue) = 214+83+101=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D65365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65365 is #29AC9A. Grayscale: #7C7C7C. Windows color (decimal): -2731163 or 6640598. OLE color: 6640598.

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

Color convert

RGB 214 83 101 -
CMYK 0 0.61 0.53 0.16
HSL 351.76º 0.62% 0.58% -
HSV(B) 351.76º 0.61% 0.84% -
XYZ 33.17 21.42 14.7 -
YUV 124.22 114.9 192.04 -
System Red Green Blue C M Y K H S L
Decimal 214 83 101 0 0.61 0.53 0.16 351.76 0.62 0.58
Hex D6 53 65 0 3D 35 10 160 3E 3A
Octal 326 123 145 0 75 65 20 540 76 72
Binary 11010110 1010011 1100101 0 111101 110101 10000 101100000 111110 111010

Color Harmonies of #D65365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65365

Black with #D65365

Text Example


Text Example

White with #D65365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65365; }

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

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

background-color css

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

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

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

border-color css

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

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

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