Html Css Color HEX #D65D70 Cabaret

📋 copy color: '#D65D70'

red 214 ◦ green 93 ◦ blue 112

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

Shades of Cabaret #D65D70

Tints of Cabaret #D65D70

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.2%

 BLUE value IS 112 (44.14% from 255) = 26.73%

R = 51.07%
G = 22.2%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D65D70 (or 0xD65D70) is known color: Cabaret. HEX triplet: D6, 5D and 70. RGB value is (214,93,112). Sum of RGB (Red+Green+Blue) = 214+93+112=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65D70 is #29A28F. Grayscale: #838383. Windows color (decimal): -2728592 or 7364054. OLE color: 7364054.

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

Color convert

RGB 214 93 112 -
CMYK 0 0.57 0.48 0.16
HSL 350.58º 0.6% 0.6% -
HSV(B) 350.58º 0.57% 0.84% -
XYZ 34.57 23.29 18 -
YUV 131.35 117.09 186.96 -
System Red Green Blue C M Y K H S L
Decimal 214 93 112 0 0.57 0.48 0.16 350.58 0.6 0.6
Hex D6 5D 70 0 39 30 10 15F 3C 3C
Octal 326 135 160 0 71 60 20 537 74 74
Binary 11010110 1011101 1110000 0 111001 110000 10000 101011111 111100 111100

Color Harmonies of #D65D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65D70

Black with #D65D70

Text Example


Text Example

White with #D65D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65D70; }

 p { color: rgb(214,93,112); }

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

background-color css

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

 a { background-color: rgb(214,93,112); }

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

border-color css

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

 span { border-color: rgb(214,93,112); }

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