Html Css Color HEX #D272B9 Orchid

📋 copy color: '#D272B9'

red 210 ◦ green 114 ◦ blue 185

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

Shades of Orchid #D272B9

Tints of Orchid #D272B9

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.4%

 BLUE value IS 185 (72.66% from 255) = 36.35%

R = 41.26%
G = 22.4%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D272B9 (or 0xD272B9) is known color: Orchid. HEX triplet: D2, 72 and B9. RGB value is (210,114,185). Sum of RGB (Red+Green+Blue) = 210+114+185=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D272B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272B9 is #2D8D46. Grayscale: #969696. Windows color (decimal): -2985287 or 12153554. OLE color: 12153554.

HSL color Cylindrical-coordinate representation of color #D272B9: hue angle of 315.62º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D272B9 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 114 185 -
CMYK 0 0.46 0.12 0.18
HSL 315.63º 0.52% 0.64% -
HSV(B) 315.63º 0.46% 0.82% -
XYZ 41.35 29.24 49.36 -
YUV 150.8 147.3 170.23 -
System Red Green Blue C M Y K H S L
Decimal 210 114 185 0 0.46 0.12 0.18 315.63 0.52 0.64
Hex D2 72 B9 0 2E C 12 13C 34 40
Octal 322 162 271 0 56 14 22 474 64 100
Binary 11010010 1110010 10111001 0 101110 1100 10010 100111100 110100 1000000

Color Harmonies of #D272B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D272B9

Black with #D272B9

Text Example


Text Example

White with #D272B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D272B9; }

 p { color: rgb(210,114,185); }

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

background-color css

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

 a { background-color: rgb(210,114,185); }

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

border-color css

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

 span { border-color: rgb(210,114,185); }

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