Html Css Color HEX #D65A6F Cabaret

📋 copy color: '#D65A6F'

red 214 ◦ green 90 ◦ blue 111

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

Shades of Cabaret #D65A6F

Tints of Cabaret #D65A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.75%

R = 51.57%
G = 21.69%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D65A6F (or 0xD65A6F) is known color: Cabaret. HEX triplet: D6, 5A and 6F. RGB value is (214,90,111). Sum of RGB (Red+Green+Blue) = 214+90+111=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65A6F is #29A590. Grayscale: #818181. Windows color (decimal): -2729361 or 7297750. OLE color: 7297750.

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

Color convert

RGB 214 90 111 -
CMYK 0 0.58 0.48 0.16
HSL 349.84º 0.6% 0.6% -
HSV(B) 349.84º 0.58% 0.84% -
XYZ 34.26 22.76 17.63 -
YUV 129.47 117.58 188.29 -
System Red Green Blue C M Y K H S L
Decimal 214 90 111 0 0.58 0.48 0.16 349.84 0.6 0.6
Hex D6 5A 6F 0 3A 30 10 15E 3C 3C
Octal 326 132 157 0 72 60 20 536 74 74
Binary 11010110 1011010 1101111 0 111010 110000 10000 101011110 111100 111100

Color Harmonies of #D65A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65A6F

Black with #D65A6F

Text Example


Text Example

White with #D65A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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