Html Css Color HEX #D25A6B Cabaret

📋 copy color: '#D25A6B'

red 210 ◦ green 90 ◦ blue 107

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

Shades of Cabaret #D25A6B

Tints of Cabaret #D25A6B

RGB

 RED value IS 210 (82.42% from 255) = 51.6%

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

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

R = 51.6%
G = 22.11%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D25A6B (or 0xD25A6B) is known color: Cabaret. HEX triplet: D2, 5A and 6B. RGB value is (210,90,107). Sum of RGB (Red+Green+Blue) = 210+90+107=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25A6B is #2DA594. Grayscale: #7F7F7F. Windows color (decimal): -2991509 or 7035602. OLE color: 7035602.

HSL color Cylindrical-coordinate representation of color #D25A6B: hue angle of 351.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25A6B is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 90 107 -
CMYK 0 0.57 0.49 0.18
HSL 351.5º 0.57% 0.59% -
HSV(B) 351.5º 0.57% 0.82% -
XYZ 32.89 22.08 16.44 -
YUV 127.82 116.26 186.62 -
System Red Green Blue C M Y K H S L
Decimal 210 90 107 0 0.57 0.49 0.18 351.5 0.57 0.59
Hex D2 5A 6B 0 39 31 12 160 39 3B
Octal 322 132 153 0 71 61 22 540 71 73
Binary 11010010 1011010 1101011 0 111001 110001 10010 101100000 111001 111011

Color Harmonies of #D25A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25A6B

Black with #D25A6B

Text Example


Text Example

White with #D25A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25A6B; }

 p { color: rgb(210,90,107); }

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

background-color css

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

 a { background-color: rgb(210,90,107); }

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

border-color css

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

 span { border-color: rgb(210,90,107); }

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