Html Css Color HEX #D65367 Cabaret

📋 copy color: '#D65367'

red 214 ◦ green 83 ◦ blue 103

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

Shades of Cabaret #D65367

Tints of Cabaret #D65367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.75%

R = 53.5%
G = 20.75%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D65367 (or 0xD65367) is known color: Cabaret. HEX triplet: D6, 53 and 67. RGB value is (214,83,103). Sum of RGB (Red+Green+Blue) = 214+83+103=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D65367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65367 is #29AC98. Grayscale: #7C7C7C. Windows color (decimal): -2731161 or 6771670. OLE color: 6771670.

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

Color convert

RGB 214 83 103 -
CMYK 0 0.61 0.52 0.16
HSL 350.84º 0.62% 0.58% -
HSV(B) 350.84º 0.61% 0.84% -
XYZ 33.27 21.46 15.22 -
YUV 124.45 115.9 191.87 -
System Red Green Blue C M Y K H S L
Decimal 214 83 103 0 0.61 0.52 0.16 350.84 0.62 0.58
Hex D6 53 67 0 3D 34 10 15F 3E 3A
Octal 326 123 147 0 75 64 20 537 76 72
Binary 11010110 1010011 1100111 0 111101 110100 10000 101011111 111110 111010

Color Harmonies of #D65367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65367

Black with #D65367

Text Example


Text Example

White with #D65367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65367; }

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

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

background-color css

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

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

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

border-color css

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

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

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