Html Css Color HEX #D35F6B Cabaret

📋 copy color: '#D35F6B'

red 211 ◦ green 95 ◦ blue 107

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

Shades of Cabaret #D35F6B

Tints of Cabaret #D35F6B

RGB

 RED value IS 211 (82.81% from 255) = 51.09%

 GREEN value IS 95 (37.5% from 255) = 23%

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

R = 51.09%
G = 23%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D35F6B (or 0xD35F6B) is known color: Cabaret. HEX triplet: D3, 5F and 6B. RGB value is (211,95,107). Sum of RGB (Red+Green+Blue) = 211+95+107=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D35F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35F6B is #2CA094. Grayscale: #838383. Windows color (decimal): -2924693 or 7036883. OLE color: 7036883.

HSL color Cylindrical-coordinate representation of color #D35F6B: hue angle of 353.79º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D35F6B is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 95 107 -
CMYK 0 0.55 0.49 0.17
HSL 353.79º 0.57% 0.6% -
HSV(B) 353.79º 0.55% 0.83% -
XYZ 33.61 23.09 16.6 -
YUV 131.05 114.43 185.02 -
System Red Green Blue C M Y K H S L
Decimal 211 95 107 0 0.55 0.49 0.17 353.79 0.57 0.6
Hex D3 5F 6B 0 37 31 11 162 39 3C
Octal 323 137 153 0 67 61 21 542 71 74
Binary 11010011 1011111 1101011 0 110111 110001 10001 101100010 111001 111100

Color Harmonies of #D35F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35F6B

Black with #D35F6B

Text Example


Text Example

White with #D35F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35F6B; }

 p { color: rgb(211,95,107); }

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

background-color css

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

 a { background-color: rgb(211,95,107); }

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

border-color css

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

 span { border-color: rgb(211,95,107); }

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