Html Css Color HEX #D65267 Cabaret

📋 copy color: '#D65267'

red 214 ◦ green 82 ◦ blue 103

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

Shades of Cabaret #D65267

Tints of Cabaret #D65267

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.55%

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

R = 53.63%
G = 20.55%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D65267 (or 0xD65267) is known color: Cabaret. HEX triplet: D6, 52 and 67. RGB value is (214,82,103). Sum of RGB (Red+Green+Blue) = 214+82+103=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D65267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65267 is #29AD98. Grayscale: #7B7B7B. Windows color (decimal): -2731417 or 6771414. OLE color: 6771414.

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

Color convert

RGB 214 82 103 -
CMYK 0 0.62 0.52 0.16
HSL 350.45º 0.62% 0.58% -
HSV(B) 350.45º 0.62% 0.84% -
XYZ 33.2 21.31 15.2 -
YUV 123.86 116.23 192.29 -
System Red Green Blue C M Y K H S L
Decimal 214 82 103 0 0.62 0.52 0.16 350.45 0.62 0.58
Hex D6 52 67 0 3E 34 10 15E 3E 3A
Octal 326 122 147 0 76 64 20 536 76 72
Binary 11010110 1010010 1100111 0 111110 110100 10000 101011110 111110 111010

Color Harmonies of #D65267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65267

Black with #D65267

Text Example


Text Example

White with #D65267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65267; }

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

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

background-color css

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

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

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

border-color css

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

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

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