Html Css Color HEX #D65875 Cranberry

📋 copy color: '#D65875'

red 214 ◦ green 88 ◦ blue 117

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

Shades of Cranberry #D65875

Tints of Cranberry #D65875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21%

 BLUE value IS 117 (46.09% from 255) = 27.92%

R = 51.07%
G = 21%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D65875 (or 0xD65875) is known color: Cranberry. HEX triplet: D6, 58 and 75. RGB value is (214,88,117). Sum of RGB (Red+Green+Blue) = 214+88+117=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D65875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65875 is #29A78A. Grayscale: #808080. Windows color (decimal): -2729867 or 7690454. OLE color: 7690454.

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

Color convert

RGB 214 88 117 -
CMYK 0 0.59 0.45 0.16
HSL 346.19º 0.61% 0.59% -
HSV(B) 346.19º 0.59% 0.84% -
XYZ 34.43 22.56 19.37 -
YUV 128.98 121.24 188.64 -
System Red Green Blue C M Y K H S L
Decimal 214 88 117 0 0.59 0.45 0.16 346.19 0.61 0.59
Hex D6 58 75 0 3B 2D 10 15A 3D 3B
Octal 326 130 165 0 73 55 20 532 75 73
Binary 11010110 1011000 1110101 0 111011 101101 10000 101011010 111101 111011

Color Harmonies of #D65875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65875

Black with #D65875

Text Example


Text Example

White with #D65875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65875; }

 p { color: rgb(214,88,117); }

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

background-color css

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

 a { background-color: rgb(214,88,117); }

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

border-color css

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

 span { border-color: rgb(214,88,117); }

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