Html Css Color HEX #D65067 Cabaret

📋 copy color: '#D65067'

red 214 ◦ green 80 ◦ blue 103

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

Shades of Cabaret #D65067

Tints of Cabaret #D65067

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.15%

 BLUE value IS 103 (40.63% from 255) = 25.94%

R = 53.9%
G = 20.15%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D65067 (or 0xD65067) is known color: Cabaret. HEX triplet: D6, 50 and 67. RGB value is (214,80,103). Sum of RGB (Red+Green+Blue) = 214+80+103=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 103 (40.62% from 255 or 25.94% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D65067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65067 is #29AF98. Grayscale: #7A7A7A. Windows color (decimal): -2731929 or 6770902. OLE color: 6770902.

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

Color convert

RGB 214 80 103 -
CMYK 0 0.63 0.52 0.16
HSL 349.7º 0.62% 0.58% -
HSV(B) 349.7º 0.63% 0.84% -
XYZ 33.05 21.01 15.15 -
YUV 122.69 116.89 193.13 -
System Red Green Blue C M Y K H S L
Decimal 214 80 103 0 0.63 0.52 0.16 349.7 0.62 0.58
Hex D6 50 67 0 3F 34 10 15E 3E 3A
Octal 326 120 147 0 77 64 20 536 76 72
Binary 11010110 1010000 1100111 0 111111 110100 10000 101011110 111110 111010

Color Harmonies of #D65067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65067

Black with #D65067

Text Example


Text Example

White with #D65067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65067; }

 p { color: rgb(214,80,103); }

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

background-color css

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

 a { background-color: rgb(214,80,103); }

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

border-color css

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

 span { border-color: rgb(214,80,103); }

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