Html Css Color HEX #D65273 Cranberry

📋 copy color: '#D65273'

red 214 ◦ green 82 ◦ blue 115

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

Shades of Cranberry #D65273

Tints of Cranberry #D65273

RGB

 RED value IS 214 (83.98% from 255) = 52.07%

 GREEN value IS 82 (32.42% from 255) = 19.95%

 BLUE value IS 115 (45.31% from 255) = 27.98%

R = 52.07%
G = 19.95%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D65273 (or 0xD65273) is known color: Cranberry. HEX triplet: D6, 52 and 73. RGB value is (214,82,115). Sum of RGB (Red+Green+Blue) = 214+82+115=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D65273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65273 is #29AD8C. Grayscale: #7D7D7D. Windows color (decimal): -2731405 or 7557846. OLE color: 7557846.

HSL color Cylindrical-coordinate representation of color #D65273: hue angle of 345º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D65273 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 82 115 -
CMYK 0 0.62 0.46 0.16
HSL 345º 0.62% 0.58% -
HSV(B) 345º 0.62% 0.84% -
XYZ 33.84 21.57 18.6 -
YUV 125.23 122.23 191.32 -
System Red Green Blue C M Y K H S L
Decimal 214 82 115 0 0.62 0.46 0.16 345 0.62 0.58
Hex D6 52 73 0 3E 2E 10 159 3E 3A
Octal 326 122 163 0 76 56 20 531 76 72
Binary 11010110 1010010 1110011 0 111110 101110 10000 101011001 111110 111010

Color Harmonies of #D65273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65273

Black with #D65273

Text Example


Text Example

White with #D65273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65273; }

 p { color: rgb(214,82,115); }

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

background-color css

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

 a { background-color: rgb(214,82,115); }

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

border-color css

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

 span { border-color: rgb(214,82,115); }

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