Html Css Color HEX #D2665B Roman

📋 copy color: '#D2665B'

red 210 ◦ green 102 ◦ blue 91

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

Shades of Roman #D2665B

Tints of Roman #D2665B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.31%

 BLUE value IS 91 (35.94% from 255) = 22.58%

R = 52.11%
G = 25.31%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2665B (or 0xD2665B) is known color: Roman. HEX triplet: D2, 66 and 5B. RGB value is (210,102,91). Sum of RGB (Red+Green+Blue) = 210+102+91=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D2665B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2665B is #2D99A4. Grayscale: #858585. Windows color (decimal): -2988453 or 5990098. OLE color: 5990098.

HSL color Cylindrical-coordinate representation of color #D2665B: hue angle of 5.55º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2665B is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 102 91 -
CMYK 0 0.51 0.57 0.18
HSL 5.55º 0.57% 0.59% -
HSV(B) 5.55º 0.57% 0.82% -
XYZ 33.22 23.96 12.77 -
YUV 133.04 104.28 182.89 -
System Red Green Blue C M Y K H S L
Decimal 210 102 91 0 0.51 0.57 0.18 5.55 0.57 0.59
Hex D2 66 5B 0 33 39 12 6 39 3B
Octal 322 146 133 0 63 71 22 6 71 73
Binary 11010010 1100110 1011011 0 110011 111001 10010 110 111001 111011

Color Harmonies of #D2665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2665B

Black with #D2665B

Text Example


Text Example

White with #D2665B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2665B; }

 p { color: rgb(210,102,91); }

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

background-color css

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

 a { background-color: rgb(210,102,91); }

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

border-color css

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

 span { border-color: rgb(210,102,91); }

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