Html Css Color HEX #D25E6D Cabaret

📋 copy color: '#D25E6D'

red 210 ◦ green 94 ◦ blue 109

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

Shades of Cabaret #D25E6D

Tints of Cabaret #D25E6D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.76%

 BLUE value IS 109 (42.97% from 255) = 26.39%

R = 50.85%
G = 22.76%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D25E6D (or 0xD25E6D) is known color: Cabaret. HEX triplet: D2, 5E and 6D. RGB value is (210,94,109). Sum of RGB (Red+Green+Blue) = 210+94+109=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25E6D is #2DA192. Grayscale: #828282. Windows color (decimal): -2990483 or 7167698. OLE color: 7167698.

HSL color Cylindrical-coordinate representation of color #D25E6D: hue angle of 352.24º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D25E6D is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 94 109 -
CMYK 0 0.55 0.48 0.18
HSL 352.24º 0.56% 0.6% -
HSV(B) 352.24º 0.55% 0.82% -
XYZ 33.34 22.81 17.11 -
YUV 130.39 115.93 184.78 -
System Red Green Blue C M Y K H S L
Decimal 210 94 109 0 0.55 0.48 0.18 352.24 0.56 0.6
Hex D2 5E 6D 0 37 30 12 160 38 3C
Octal 322 136 155 0 67 60 22 540 70 74
Binary 11010010 1011110 1101101 0 110111 110000 10010 101100000 111000 111100

Color Harmonies of #D25E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25E6D

Black with #D25E6D

Text Example


Text Example

White with #D25E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25E6D; }

 p { color: rgb(210,94,109); }

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

background-color css

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

 a { background-color: rgb(210,94,109); }

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

border-color css

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

 span { border-color: rgb(210,94,109); }

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