Html Css Color HEX #D65369 Cabaret

📋 copy color: '#D65369'

red 214 ◦ green 83 ◦ blue 105

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

Shades of Cabaret #D65369

Tints of Cabaret #D65369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.12%

R = 53.23%
G = 20.65%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D65369 (or 0xD65369) is known color: Cabaret. HEX triplet: D6, 53 and 69. RGB value is (214,83,105). Sum of RGB (Red+Green+Blue) = 214+83+105=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D65369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65369 is #29AC96. Grayscale: #7C7C7C. Windows color (decimal): -2731159 or 6902742. OLE color: 6902742.

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

Color convert

RGB 214 83 105 -
CMYK 0 0.61 0.51 0.16
HSL 349.92º 0.62% 0.58% -
HSV(B) 349.92º 0.61% 0.84% -
XYZ 33.37 21.5 15.76 -
YUV 124.68 116.9 191.71 -
System Red Green Blue C M Y K H S L
Decimal 214 83 105 0 0.61 0.51 0.16 349.92 0.62 0.58
Hex D6 53 69 0 3D 33 10 15E 3E 3A
Octal 326 123 151 0 75 63 20 536 76 72
Binary 11010110 1010011 1101001 0 111101 110011 10000 101011110 111110 111010

Color Harmonies of #D65369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65369

Black with #D65369

Text Example


Text Example

White with #D65369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65369; }

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

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

background-color css

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

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

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

border-color css

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

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

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