Html Css Color HEX #DE206B Ruby

📋 copy color: '#DE206B'

red 222 ◦ green 32 ◦ blue 107

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

Shades of Ruby #DE206B

Tints of Ruby #DE206B

RGB

 RED value IS 222 (87.11% from 255) = 61.5%

 GREEN value IS 32 (12.89% from 255) = 8.86%

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

R = 61.5%
G = 8.86%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DE206B (or 0xDE206B) is known color: Ruby. HEX triplet: DE, 20 and 6B. RGB value is (222,32,107). Sum of RGB (Red+Green+Blue) = 222+32+107=361 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.50% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 222 - color contains mainly: red. Hex color #DE206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE206B is #21DF94. Grayscale: #616161. Windows color (decimal): -2219925 or 7020766. OLE color: 7020766.

HSL color Cylindrical-coordinate representation of color #DE206B: hue angle of 336.32º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE206B is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 32 107 -
CMYK 0 0.86 0.52 0.13
HSL 336.32º 0.75% 0.5% -
HSV(B) 336.32º 0.86% 0.87% -
XYZ 33.29 17.62 15.56 -
YUV 97.36 133.45 216.9 -
System Red Green Blue C M Y K H S L
Decimal 222 32 107 0 0.86 0.52 0.13 336.32 0.75 0.5
Hex DE 20 6B 0 56 34 D 150 4B 32
Octal 336 40 153 0 126 64 15 520 113 62
Binary 11011110 100000 1101011 0 1010110 110100 1101 101010000 1001011 110010

Color Harmonies of #DE206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE206B

Black with #DE206B

Text Example


Text Example

White with #DE206B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE206B; }

 p { color: rgb(222,32,107); }

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

background-color css

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

 a { background-color: rgb(222,32,107); }

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

border-color css

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

 span { border-color: rgb(222,32,107); }

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