Html Css Color HEX #D65383 Cranberry

📋 copy color: '#D65383'

red 214 ◦ green 83 ◦ blue 131

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

Shades of Cranberry #D65383

Tints of Cranberry #D65383

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.39%

 BLUE value IS 131 (51.56% from 255) = 30.61%

R = 50%
G = 19.39%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D65383 (or 0xD65383) is known color: Cranberry. HEX triplet: D6, 53 and 83. RGB value is (214,83,131). Sum of RGB (Red+Green+Blue) = 214+83+131=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D65383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65383 is #29AC7C. Grayscale: #7F7F7F. Windows color (decimal): -2731133 or 8606678. OLE color: 8606678.

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

Color convert

RGB 214 83 131 -
CMYK 0 0.61 0.39 0.16
HSL 338.02º 0.62% 0.58% -
HSV(B) 338.02º 0.61% 0.84% -
XYZ 34.92 22.12 23.9 -
YUV 127.64 129.9 189.6 -
System Red Green Blue C M Y K H S L
Decimal 214 83 131 0 0.61 0.39 0.16 338.02 0.62 0.58
Hex D6 53 83 0 3D 27 10 152 3E 3A
Octal 326 123 203 0 75 47 20 522 76 72
Binary 11010110 1010011 10000011 0 111101 100111 10000 101010010 111110 111010

Color Harmonies of #D65383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65383

Black with #D65383

Text Example


Text Example

White with #D65383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65383; }

 p { color: rgb(214,83,131); }

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

background-color css

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

 a { background-color: rgb(214,83,131); }

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

border-color css

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

 span { border-color: rgb(214,83,131); }

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