Html Css Color HEX #D65A6B Cabaret

📋 copy color: '#D65A6B'

red 214 ◦ green 90 ◦ blue 107

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

Shades of Cabaret #D65A6B

Tints of Cabaret #D65A6B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.9%

 BLUE value IS 107 (42.19% from 255) = 26.03%

R = 52.07%
G = 21.9%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D65A6B (or 0xD65A6B) is known color: Cabaret. HEX triplet: D6, 5A and 6B. RGB value is (214,90,107). Sum of RGB (Red+Green+Blue) = 214+90+107=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65A6B is #29A594. Grayscale: #818181. Windows color (decimal): -2729365 or 7035606. OLE color: 7035606.

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

Color convert

RGB 214 90 107 -
CMYK 0 0.58 0.50 0.16
HSL 351.77º 0.6% 0.6% -
HSV(B) 351.77º 0.58% 0.84% -
XYZ 34.04 22.67 16.49 -
YUV 129.01 115.58 188.62 -
System Red Green Blue C M Y K H S L
Decimal 214 90 107 0 0.58 0.50 0.16 351.77 0.6 0.6
Hex D6 5A 6B 0 3A 32 10 160 3C 3C
Octal 326 132 153 0 72 62 20 540 74 74
Binary 11010110 1011010 1101011 0 111010 110010 10000 101100000 111100 111100

Color Harmonies of #D65A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65A6B

Black with #D65A6B

Text Example


Text Example

White with #D65A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65A6B; }

 p { color: rgb(214,90,107); }

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

background-color css

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

 a { background-color: rgb(214,90,107); }

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

border-color css

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

 span { border-color: rgb(214,90,107); }

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