Html Css Color HEX #D4426A Cabaret

📋 copy color: '#D4426A'

red 212 ◦ green 66 ◦ blue 106

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

Shades of Cabaret #D4426A

Tints of Cabaret #D4426A

RGB

 RED value IS 212 (83.2% from 255) = 55.21%

 GREEN value IS 66 (26.17% from 255) = 17.19%

 BLUE value IS 106 (41.8% from 255) = 27.6%

R = 55.21%
G = 17.19%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.5

 K value IS 0.17

RGB Variations

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

Color information

#D4426A (or 0xD4426A) is known color: Cabaret. HEX triplet: D4, 42 and 6A. RGB value is (212,66,106). Sum of RGB (Red+Green+Blue) = 212+66+106=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D4426A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4426A is #2BBD95. Grayscale: #727272. Windows color (decimal): -2866582 or 6963924. OLE color: 6963924.

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

Color convert

RGB 212 66 106 -
CMYK 0 0.69 0.5 0.17
HSL 343.56º 0.63% 0.55% -
HSV(B) 343.56º 0.69% 0.83% -
XYZ 31.7 18.93 15.62 -
YUV 114.21 123.37 197.75 -
System Red Green Blue C M Y K H S L
Decimal 212 66 106 0 0.69 0.5 0.17 343.56 0.63 0.55
Hex D4 42 6A 0 45 32 11 158 3F 37
Octal 324 102 152 0 105 62 21 530 77 67
Binary 11010100 1000010 1101010 0 1000101 110010 10001 101011000 111111 110111

Color Harmonies of #D4426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4426A

Black with #D4426A

Text Example


Text Example

White with #D4426A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4426A; }

 p { color: rgb(212,66,106); }

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

background-color css

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

 a { background-color: rgb(212,66,106); }

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

border-color css

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

 span { border-color: rgb(212,66,106); }

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