Html Css Color HEX #D65265 Cabaret

📋 copy color: '#D65265'

red 214 ◦ green 82 ◦ blue 101

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

Shades of Cabaret #D65265

Tints of Cabaret #D65265

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.65%

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

R = 53.9%
G = 20.65%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D65265 (or 0xD65265) is known color: Cabaret. HEX triplet: D6, 52 and 65. RGB value is (214,82,101). Sum of RGB (Red+Green+Blue) = 214+82+101=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D65265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65265 is #29AD9A. Grayscale: #7B7B7B. Windows color (decimal): -2731419 or 6640342. OLE color: 6640342.

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

Color convert

RGB 214 82 101 -
CMYK 0 0.62 0.53 0.16
HSL 351.36º 0.62% 0.58% -
HSV(B) 351.36º 0.62% 0.84% -
XYZ 33.1 21.27 14.67 -
YUV 123.63 115.23 192.46 -
System Red Green Blue C M Y K H S L
Decimal 214 82 101 0 0.62 0.53 0.16 351.36 0.62 0.58
Hex D6 52 65 0 3E 35 10 15F 3E 3A
Octal 326 122 145 0 76 65 20 537 76 72
Binary 11010110 1010010 1100101 0 111110 110101 10000 101011111 111110 111010

Color Harmonies of #D65265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65265

Black with #D65265

Text Example


Text Example

White with #D65265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65265; }

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

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

background-color css

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

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

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

border-color css

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

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

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