Html Css Color HEX #D65A68 Cabaret

📋 copy color: '#D65A68'

red 214 ◦ green 90 ◦ blue 104

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

Shades of Cabaret #D65A68

Tints of Cabaret #D65A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.49%

R = 52.45%
G = 22.06%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D65A68 (or 0xD65A68) is known color: Cabaret. HEX triplet: D6, 5A and 68. RGB value is (214,90,104). Sum of RGB (Red+Green+Blue) = 214+90+104=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65A68 is #29A597. Grayscale: #808080. Windows color (decimal): -2729368 or 6838998. OLE color: 6838998.

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

Color convert

RGB 214 90 104 -
CMYK 0 0.58 0.51 0.16
HSL 353.23º 0.6% 0.6% -
HSV(B) 353.23º 0.58% 0.84% -
XYZ 33.89 22.61 15.67 -
YUV 128.67 114.08 188.86 -
System Red Green Blue C M Y K H S L
Decimal 214 90 104 0 0.58 0.51 0.16 353.23 0.6 0.6
Hex D6 5A 68 0 3A 33 10 161 3C 3C
Octal 326 132 150 0 72 63 20 541 74 74
Binary 11010110 1011010 1101000 0 111010 110011 10000 101100001 111100 111100

Color Harmonies of #D65A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65A68

Black with #D65A68

Text Example


Text Example

White with #D65A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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