Html Css Color HEX #D0627A Cabaret

📋 copy color: '#D0627A'

red 208 ◦ green 98 ◦ blue 122

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

Shades of Cabaret #D0627A

Tints of Cabaret #D0627A

RGB

 RED value IS 208 (81.64% from 255) = 48.6%

 GREEN value IS 98 (38.67% from 255) = 22.9%

 BLUE value IS 122 (48.05% from 255) = 28.5%

R = 48.6%
G = 22.9%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0627A (or 0xD0627A) is known color: Cabaret. HEX triplet: D0, 62 and 7A. RGB value is (208,98,122). Sum of RGB (Red+Green+Blue) = 208+98+122=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D0627A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0627A is #2F9D85. Grayscale: #858585. Windows color (decimal): -3120518 or 8020688. OLE color: 8020688.

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

Color convert

RGB 208 98 122 -
CMYK 0 0.53 0.41 0.18
HSL 346.91º 0.54% 0.6% -
HSV(B) 346.91º 0.53% 0.82% -
XYZ 33.89 23.55 21.17 -
YUV 133.63 121.44 181.05 -
System Red Green Blue C M Y K H S L
Decimal 208 98 122 0 0.53 0.41 0.18 346.91 0.54 0.6
Hex D0 62 7A 0 35 29 12 15B 36 3C
Octal 320 142 172 0 65 51 22 533 66 74
Binary 11010000 1100010 1111010 0 110101 101001 10010 101011011 110110 111100

Color Harmonies of #D0627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0627A

Black with #D0627A

Text Example


Text Example

White with #D0627A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0627A; }

 p { color: rgb(208,98,122); }

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

background-color css

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

 a { background-color: rgb(208,98,122); }

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

border-color css

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

 span { border-color: rgb(208,98,122); }

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